Autoloading in Zend Framework 1.8
, Thursday, February 5, 2009In this article weierophinney talks about autoloader in PHP in general and also how it is implemented in Zend Framework 1.8.
In this article, I'll discuss the development and features of Zend_Loader_Autoloader and its related functionality. However, the main point of the article is to show the various concerns and design decisions that go into developing a comprehensive autoloading solution for your PHP applications. Autoloading, while seemingly a trivial optimization task, has many facets that are often overlooked.


