_view->content = parent::dispatch($spec); return $this->_render(); } private function _render() { if (isset($this->_sub_controller->title)) { $this->_view->title = $this->_sub_controller->title; } return $this->_view->fetch('index.php'); } } ?>