News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

DevShed: Auto Loading Classes in PHP 5

DevX.com: Add the Graphics Power of SVG to PHP

Lukas Smith's Blog: Remember: be nice to byte code caches

Jani Hartikainen's Blog: Exceptions and abstraction

Andrew Podner: Using Final to Prevent Overrides and Extension


Community Events











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


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

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