
June 22nd, 2009, 09:00 AM
|
|
|
|
The Autoload Magic Function in PHP 5
Among the improvements and new features that were introduced to PHP 5, there’s a set of special functions, popularly known as magic functions. These allow you to perform all sorts of smart tasks, ranging from overloading properties and methods in classes, to using destructors and triggering automatically predefined processes when serializing and unserializing objects. This is the conclusion to a seven-part series that shows you how to use the magic functions in PHP 5.
Read the full article here: The Autoload Magic Function in PHP 5
For more discussion go here: Blog Article Discussion
|