Merge pull request #153 from ovr/patch-1

Only Zend Framework 1.x has class Zend_Registry
This commit is contained in:
Dominik Liebler 2015-07-06 13:45:17 +02:00
commit 923003647b

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.