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:
Josh Sherman 2010-10-12 01:44:10 -04:00
parent 9fe5ce72d4
commit 630a1276aa
10 changed files with 437 additions and 331 deletions

View file

@ -31,7 +31,7 @@ class Object
* @access private
* @var mixed
*/
private static $instances = array();
protected static $instances = array();
/**
* Instance of the Config object