News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
SPL Autoload
November 14, 2008 @ 09:31:48

On the PHPro.org website, Kevin Waterson has written up an introduction to the handy autoloading functionality that comes with PHP5 releases - the __autoload method from the Standard PHP Library (SPL).

The SPL __autoload() method is one of the Magic Methods supplied in PHP. The __autoload method is called whenever a class is instantiated and will load the classs the the first time it is called. No longer is include(), require, include_once() or require_once needed as the SPL autoload takes care of this interally.

He looks at how you can use it to load a directory of classes, how to use multiple autoloads in a single script and how to use it with interfaces to register a loader and include it as needed.

0 comments voice your opinion now!
spl autoload standardphplibrary tutorial introduction directory register multiple


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Creating Custom PHP Functions Video Tutorial - Part 3

SitePoint.com: An Introduction to CodeIgniter

Lorna Mitchell's Blog: Locale-Sensitive Dates in PHP

Pivory.com: From Ajax to WebSocket with PHP, a Quick Example

Rob Allen's Blog: Zend Framework Tutorials (an Update and Zend_Auth)


Community Events











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


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

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