예제 #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();
 }