News Feed
Jobs Feed
Sections




News Archive
Martynas Jusevicius' Blog:
PHP 5 features Class autoloading
December 07, 2007 @ 10:29:00

Martynas Jusevicius continues his look at the enhanced features that PHP5 has to offer with this post focusing on the ability to autoload classes that haven't been defined yet.

Continuing the series about useful features in PHP 5, another overlooked one is class autoloading. [...] Basically, you get a class name as a parameter in your __autoload() function, and using it you have to figure out the path to the actual class file and include it.

He includes both a description and an example of some code in action and even points out something that can help to make for cleaner, more organized code - the ability to register more than one autloader with the spl_autoload_register function.

0 comments voice your opinion now!
php5 feature class autoloading splautoloadregister php5 feature class autoloading splautoloadregister


blog comments powered by Disqus

Similar Posts

Community News: Big Nerd Ranch - PHP5 Bootcamp - 5-Day Intensive Training

Stubbles Blog: My wishlist for PHP 6, pt1: The 'object' type hint

Andrew Nacin's Blog: On PHP

Slashdot.org: Book Review - PHP 5 in Practice

Blue Parabola Blog: Magento Feature Analysis Series


Community Events











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


framework interview unittest database series symfony2 rest zendframework2 introduction conference usergroup development podcast phpunit community functional language testing opinion release

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