Exemple #1
0
 /**
  * Dispose the controller
  */
 public function Dispose()
 {
     $this->view->Dispose();
     $this->layout->Dispose();
     parent::Dispose();
 }
Exemple #2
0
 /**
  * Renders View
  */
 protected function RenderView()
 {
     $this->content = $this->view->Render(0);
 }