mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
Only Zend Framework 1.x has class Zend_Registry
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user