コード例 #1
0
ファイル: Viewext.php プロジェクト: hillstill/soohyaf
 public function display($strTpl, $tpl_vars = array())
 {
     return parent::display($this->fixTplPath($strTpl), $tpl_vars);
 }
コード例 #2
0
ファイル: View.php プロジェクト: kevin69/Yaf-RESTfull-Test
 public function display($tpl, $tpl_var = array())
 {
     return parent::display($this->getTpl($tpl), $tpl_var);
 }