Esempio n. 1
0
 static function setConfigFile($file)
 {
     self::$_RouteConfigFile = $file;
     self::$_Routes = array_merge(self::$_Routes, parse_ini_file(self::$_RouteConfigFile, true));
     self::parse();
 }