示例#1
0
 /**
  * 应用程序启动入口方法
  *
  */
 public function Run()
 {
     $app = AXION_APPLICATION::getInstance();
     $app->run();
 }