Monthly archives: July, 2010

Autoload in complex systems

It’s very tedious keeping track of code modules, and the PHP 5 ability to autoload them is a great boon. But in a complex system, such as a CMS, multiple software applications have to coexist, and this places demands on autoload techniques. In some environments, the system autoloader must come last. We’ll fix that in …

Design by Dave Mcpoland