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: Introducing Mediator Classes in PHP 5

Webdigity.com: Caching your pages with PHP

OpenSky Blog: Inheritance in PHP, or why you want to use an Interface or an Abstract class...

Zend Developer Zone: Refactoring PHP Code

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms


Community Events











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


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

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