public static function loadCommonConfig($configFile) { if (!self::$commonConfigs) { self::$commonConfigs = (include "{$configFile}"); } }