Config Class
Handles loading the site's configuration file (if available). At the moment this class is a very skewed Singleton. The plan is to eventually extend this out to support multiple configuration files, and the ability to load in custom config files on the fly as well. The core of PICKLES uses the class as a Singleton so we're not loading the configuration multiple times per page load.
Located in /classes/Config.php (line 30)
Object | --Config
Get instance of the object
Let's the parent class do all the work
Constructor
Calls the parent constructor and loads the passed file.
Loads a configuration file
Magic Getter Method
Attempts to load the config variable. If it's not set, will override the variable with boolean false.
Magic Setter Method
Prohibits the direct modification of module variables.
Inherited From Object
Object::__construct()
Object::getInstance()
Object::__destruct()
Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by phpDocumentor 1.4.3