News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Include-Based vs Class-Based Architecture
March 14, 2011 @ 09:14:21

Paul Jones has a new post to his blog looking at two approaches to building applications in PHP - either using an include-based of class-based architecture, briefly looking at the advantages and disadvantages of each.

This is a topic I describe at length in my Organizing [Your PHP Projects] talk, but I would like to give the idea a home on my blog for easy reference.

He talks about the typical structure of a PHP application - at least where most start out - being the "include" method. He talks about the progression it usually makes into functions and classes and then, eventually, a jump in concept to the "class" method similar to what several popular frameworks have gone with.

The difference is that no program logic is executed at loading time with a class file. Loading the class file makes it available for use, but the programmer has to instantiate it and then call methods on it for anything else to happen.
0 comments voice your opinion now!
include class architecture organize project


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Singleton Classes in PHP

Zend Developer Zone: Zend Framework Team has a new Leader

Zend Developer Zone: Mike Potter Announces "The (Unofficial) Adobe PHP SDK"

Sebastian Bergmann's Blog: A Tool's Tale

Community News: Seagull Project Release Candidate 1 for Version 0.6


Community Events











Don't see your event here?
Let us know!


opinion unittest community framework object example interview series zendframework2 functional release introduction composer language testing conference development code podcast tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework