예제 #1
0
 public function run()
 {
     $gmodel = new GModel($_SERVER["argv"][2], $_SERVER["argv"][3]);
     $gmodel->execute();
     //$gmodel
 }