コード例 #1
1
ファイル: WebApp.php プロジェクト: XaBerr/JUICE
 public function draw()
 {
     $this->currentPage->uniforma();
     $gui = new GUI();
     $gui->init($this->currentPage);
     $gui->draw($this->currentPage->data["template"]);
 }