예제 #1
0
파일: control.php 프로젝트: gyc2015/gycphp
 public function render()
 {
     $this->view->display('hello');
     parent::render();
 }