News Feed
Jobs Feed
Sections




News Archive
Ralph Schindler's Blog:
Autoloading (Revisited)
September 20, 2011 @ 09:18:55

Ralph Schindler has a new post to his today looking back at a sort of history of autoloading and some of what we've learned even in just the journey from PHP 5.0 to 5.3 (and has become best practice in the community).

It wasn't until years later that certain best practices had emerged and the prolific usage of require_once/include_once throughout large bodies of code had started drying up. Even after autoloading had been adopted by larger more visible projects, a common patten had yet to emerge. [...] Fast-forward to today, and we see that this standard for autoloading has agreed upon by a large number of projects and has come to be named the "PSR-0 autoloading standard".

He covers some of the things we (the development community) have learned about autoloading and resources in our applications. He talks about the classmap tool that Matthew Weier O'Phinney developed (and some of its downfalls) as well as a move into PHP namespacing that has helped to make some of the "namespacing" based on class names obsolete. He's noticed a pattern in namespacing already - a self-contained structure that provides more of a "drop in" solution and how that's handled in the code.

0 comments voice your opinion now!
autoloading namespace community standardize package


blog comments powered by Disqus

Similar Posts

RubySource.com: Confessions of a Converted PHP Developer: Namespace Superhero!

Voices of the ElePHPant: Interview with Matthew Turland

Firman Wandayandi\'s Blog: The First Stable of Math_Numerical_RootFinding is Out!

Rich Zygler's Blog: PHP Developer Jobs are the Hottest EVER!!!

DevShed: Building a PHP 5 Form Processor - Using the Form Processor Package


Community Events









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


database unittest api language introduction release object composer development tool framework testing interview example opinion code community phpunit podcast zendframework2

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