コード例 #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();
 }