diff --git a/Structural/Registry/README.rst b/Structural/Registry/README.rst index 9de8029..8a92604 100644 --- a/Structural/Registry/README.rst +++ b/Structural/Registry/README.rst @@ -11,7 +11,7 @@ static methods (or using the Singleton pattern) Examples -------- -- Zend Framework: ``Zend_Registry`` holds the application's logger +- Zend Framework 1: ``Zend_Registry`` holds the application's logger object, front controller etc. - Yii Framework: ``CWebApplication`` holds all the application components, such as ``CWebUser``, ``CUrlManager``, etc.