Esempio n. 1
0
 private function _setView($view)
 {
     $path = App::getPathApp() . 'View' . DIRECTORY_SEPARATOR;
     $file = Ds::getFile($view);
     $this->_view = $path . $file;
     return $this;
 }