Ejemplo n.º 1
0
 /**
  * Assigns the template [View] as the request response.
  */
 public function after()
 {
     //send request headers
     parent::after();
     if ($this->auto_render === TRUE) {
         $this->template->content = $this->view;
         $this->response->body($this->template->render());
     }
 }
Ejemplo n.º 2
0
 public function after()
 {
     parent::after();
 }