Example #1
0
 public static function Run($singleFileUrl = FALSE)
 {
     self::$_microtime = microtime(TRUE);
     if ($singleFileUrl) {
         self::$_compiled = 'SFU';
     }
     self::$_instance = new self();
     self::$_instance->_process();
 }