public static function getInstance() { if (self::$_instance == null) { self::$_instance = new Config(); } return self::$_instance; }