Gutted config system to use a PHP array instead of 1980's INI files. Broke down the database layer to support multiple types of interfaces and started laying out the Mongo interface class.
This commit is contained in:
parent
9fe5ce72d4
commit
630a1276aa
10 changed files with 437 additions and 331 deletions
|
@ -31,7 +31,7 @@ class Object
|
|||
* @access private
|
||||
* @var mixed
|
||||
*/
|
||||
private static $instances = array();
|
||||
protected static $instances = array();
|
||||
|
||||
/**
|
||||
* Instance of the Config object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue