News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using the spl_autoload() Functions to Build Loader Apps in PHP
July 03, 2009 @ 08:26:58

In the next to last article of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.

As I mentioned before, the Standard PHP library comes bundled with some helpful functions, such as "spl_autoload()," "spl_register_extension()" and "spl_autoload_register()" that allow you to either use a default implementation of the "__autoload()" function, or create a custom one for it.

Their example defines the extensions to use for autoloading and the name of the file/class to pull in. The rest is done automagically.

0 comments voice your opinion now!
tutorial autoload spl


blog comments powered by Disqus

Similar Posts

Dublish.com: Captcha - Spam preventing images

WorkingSoftware.com.au: Something Like Threading- PHP Process Forking & Interprocess Communication

Juan Treminio: An introduction to Pimple and Service Containers

IBM developerWorks: What's new in PHP V5.3, Part 1: Changes to the object interface

NETTUTS.com: How to Create Blog Excerpts with PHP


Community Events









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


introduction zendframework2 language code tool api example object podcast testing interview composer development event opinion community unittest release framework functional

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