示例#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;
 }