Added Registry UML

This commit is contained in:
John Webb
2014-07-29 11:22:48 -05:00
parent d0616c7937
commit 6dd33fd433
6 changed files with 18 additions and 4 deletions

View File

@@ -9,3 +9,7 @@ an abstract class with only static methods (or using the Singleton pattern)
* 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.
## UML Diagram
![Alt Registry UML Diagram](uml/uml.png)