public static function LoadConfig($config) { if (is_array($config) and !empty($config)) { self::$config = $config; return true; } return false; }