示例#1
0
文件: router.php 项目: gudwin/extasy
 /**
  * 
  */
 public function launch()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }
示例#2
0
文件: admin.php 项目: gudwin/extasy
 public static function main()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }