Exemple #1
0
 public function init($path)
 {
     $this->fix_gpc_magic();
     $app = new App();
     $app->init($path);
 }