after() public method

Handles internal/external request-specific view settings
public after ( )
Ejemplo n.º 1
0
 public function after()
 {
     if ($this->auto_render) {
         $styles = array('assets/css/horoscope.css' => 'screen');
         $this->template->styles = array_reverse(array_merge($this->template->styles, $styles));
     }
     parent::after();
 }
Ejemplo n.º 2
0
 public function after()
 {
     parent::after();
     /* 		echo Debugtoolbar::render(); */
 }