예제 #1
0
파일: MvcCore.php 프로젝트: mvccore/mvccore
 public static function Run($singleFileUrl = FALSE)
 {
     self::$_microtime = microtime(TRUE);
     if ($singleFileUrl) {
         self::$_compiled = 'SFU';
     }
     self::$_instance = new self();
     self::$_instance->_process();
 }