view->title = 'Example title'; $this->view->render('example.phtml'); } public function subpage(){ echo 'subpage'; } }