コード例 #1
0
ファイル: View.php プロジェクト: rhaps107/mvc-engine
 public function onAfterExecute()
 {
     $this->template->setData($this->data);
     $res = $this->template->process();
     Registry::get('response')->setBody($res);
 }