コード例 #1
0
ファイル: control.php プロジェクト: gyc2015/gycphp
 public function render()
 {
     $this->view->display('hello');
     parent::render();
 }