/** * @return string */ private function getViewDir() { $app = App::getApp(); return DOCUMENT_ROOT . DS . 'app' . DS . $app . DS . 'view'; }