Zend Framework Components Tutorial
Killerphp startet eine Serie über das Zend Framework.
The following is a brief summary of 4 components in the Zend Framework: Zend_Loader, Zend_Log, Zend_Config and Zend_Registry. I begin my series on the Zend Framework with these four libraries for the following reasons:
- They can be implemented independently
- They’ll be part of any serious Zend development
- They closely model pre-existing PHP functions
- They all should be handled by a general singleton pattern in your application.

