Singleton base class for subclassing generic singleton pattern
classes
Located in /system/classes/singleton.php (line 7)
| Class | Description |
|---|---|
| URL | URL class which handles creation of URLs based on the rewrite rules in the database. Uses rules to construct pretty URLs for use by the system and especially the theme's template engine |
| Options | Habari Options Class |
| Controller | Class which handles incoming requests and drives the MVC strategy for building the model and assigning to a view. |
| DB | Habari DB Class |
| Update | Update class Checks for updates to Habari and its libraries |
Returns the single shared static instance variable which facilitates the Singleton pattern
Declarations that extend this method must have the same signature (arguments and returned types) to pass E_STRICT
Prevent instance construction and cloning (copying of object
instance)
Documentation generated on Thu, 30 Oct 2008 20:31:26 +0100 by phpDocumentor 1.3.2