Example #1
0
 static function init()
 {
     if (self::$mode == self::PRODUCTION) {
         self::$useCache = true;
     }
     $_ENV['raptorphp.dir_apps'] = self::$appsDir;
     //date_default_timezone_set();
 }