Ejemplo n.º 1
0
 /**
  * Setup template paths
  */
 protected function _init()
 {
     parent::_init();
     Users::$request = $this->request;
     $this->response->cache(false);
 }
Ejemplo n.º 2
0
 protected function _init()
 {
     parent::_init();
     $this->response->cache(false);
 }