Example #1
0
 public static function LoadConfig()
 {
     Logger::$path = Config::$cfg_dataPath . '/Log/';
     DB::$safeCheck = Config::$DB_SafeCheck;
     DB::$isDebug = Config::$DB_isDebug;
     NDebug::$debug = Config::$isDebug;
 }