예제 #1
0
파일: system.php 프로젝트: jiangbai333/rest
 static function run()
 {
     error_reporting(E_ALL || ~E_NOTICE);
     APP::init();
     APP::route();
 }