コード例 #1
0
ファイル: Kernal.php プロジェクト: PHILIP-2014/Group
 public function init($path)
 {
     $this->fix_gpc_magic();
     $app = new App();
     $app->init($path);
 }