Skip to content

Files

Latest commit

author
Dominik Liebler
Sep 24, 2013
59001ec · Sep 24, 2013

History

History
This branch is 4 commits ahead of carlosleopoldo/PatronesDisenoPHP:master.

Registry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 24, 2013
Sep 24, 2013
Sep 24, 2013

Registry

Purpose

To implement a central storage for objects often used throughout the application, is typically implemented using an abstract class with only static methods (or using the Singleton pattern)

Examples

  • 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.