Only Zend Framework 1.x has class Zend_Registry

This commit is contained in:
Dmitry Patsura
2015-07-06 19:27:00 +08:00
parent 1450771c59
commit 473c04f398

View File

@@ -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.