public static function getConfig($namespace = null, $file = null)
 {
     if ($file === null || $namespace == null) {
         //Set standard config file
         $file = null;
     }
     self::$PJConfig = self::_createPJUpdateConfig($file, $namespace);
     return self::$PJConfig;
 }