descript examples in Yii Framework for 3 patterns

This commit is contained in:
Garrus MacTavish
2013-05-08 01:05:58 +08:00
parent 1d554ddce3
commit 7ee0315f18
3 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace DesignPatterns;
*
* Example:
* - Zend Framework: Zend_Registry holds the application's logger object, front controller etc.
* - Yii Framework: CWebApplication holds all the application components, such as CWebUser, CUrlManager, etc.
*
*/