From 473c04f3983d0fd6296c3be769c022e597837564 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Mon, 6 Jul 2015 19:27:00 +0800 Subject: [PATCH] Only Zend Framework 1.x has class Zend_Registry --- Structural/Registry/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.