示例#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"]);
 }