mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
Merge pull request #153 from ovr/patch-1
Only Zend Framework 1.x has class Zend_Registry
This commit is contained in:
commit
923003647b
@ -11,7 +11,7 @@ static methods (or using the Singleton pattern)
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- Zend Framework: ``Zend_Registry`` holds the application's logger
|
- Zend Framework 1: ``Zend_Registry`` holds the application's logger
|
||||||
object, front controller etc.
|
object, front controller etc.
|
||||||
- Yii Framework: ``CWebApplication`` holds all the application
|
- Yii Framework: ``CWebApplication`` holds all the application
|
||||||
components, such as ``CWebUser``, ``CUrlManager``, etc.
|
components, such as ``CWebUser``, ``CUrlManager``, etc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user