예제 #1
0
파일: Render.php 프로젝트: 4app/zuniphp
 private function _setView($view)
 {
     $path = App::getPathApp() . 'View' . DIRECTORY_SEPARATOR;
     $file = Ds::getFile($view);
     $this->_view = $path . $file;
     return $this;
 }