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




Community Events





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


security community test release unittest introduction custom symfony2 development application phpunit language conference series opinion api interview podcast manifesto framework

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