News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
SitePoint PHP Blog:
What's your plan for __autoload()?
November 23, 2005 @ 06:03:21

In this latest post on the SitePoint PHP Blog today, there's a look at the __autoload function and a question - "what's your plan for it?"

Of all magic in PHP I probably like the __autoload() hook the most. It saves a good deal of tedious script inclusion calls and may drastically speed up your application by saving the parser from doing unnecessary work. Allthough it has been around since the release of PHP5, I haven't found any convincing applications for it yet.

He notes that there are drawbacks to its current usage (with an example of dynamic class loading) - namely directory and naming issues - and suggests a "class finder" to help work out the kinks. He, of course, gives his simple code for a "Smart loader" class to do the hard work for you...

0 comments voice your opinion now!
autoload dynamic class include autoload dynamic class include



Similar Posts

PHPBuilder.com: Using PHP for the Creation of SVG Images

Felix Geisendorfer's Blog: Assert the yummyness of your cake

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

Stubbles Blog: Some remarks to serialization without pity

DevShed: Using Directory Iterators to Build Loader Apps in PHP


Community Events









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


release zend feature codeigniter opinion zendframework drupal windows wordpress developer symfony extension security microsoft job phpunit framework doctrine facebook conference

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