Object Class
Every instantiated class in PICKLES should be extending this class. By doing so the class is automatically hooked into the profiler, and the object will have access to some common components as well.
Located in /classes/Object.php (line 25)
Class | Description |
---|---|
Display_Common | Common Display Class |
Database_Common | Common Database Abstraction Layer |
Module | Module Class |
Controller | Controller Class |
Database | Database Factory |
Config | Config Class |
Form | Form Class |
Model | Model Class |
Dynamic | Dynamic Class |
Get Instance
Gets an instance of the passed class. Allows for easy sharing of certain classes within the system to avoid the extra overhead of creating new objects each time. Also avoids the hassle of passing around variables.
Constructor
Establishes a Config instance for all children to enjoy
Destructor
Documentation generated on Sun, 17 Oct 2010 23:17:23 -0400 by phpDocumentor 1.4.3