Zend Framework 101: Zend_Loader
Summary
In this article I showed you how to simplify your application development by making using of the Zend_Loader class that comes with the Zend Framework. I showed you how to enable and disable the loader, as well as how to define your own custom loaders.
Further reading:
- Zend Framework manual: http://framework.zend.com/manual/en/zend.loader.html
- Registering an auto-load function: http://php.net/spl_autoload_register
- Developing a plug-in based system with Zend_Loader: http://framework.zend.com/manual/en/zend.loader.pluginloader.html
Other Options
- Download a PDF version of this article
- Put your PHP knowledge to the test with our online and iPad/iPhone quizzes
- View or post comments for this article
- Browse similar articles by tag: PHP, Zend Framework, Zend_Loader
- Read related articles:




