Exemplo n.º 1
0
 protected function init()
 {
     parent::init();
     $this->menu_cache_key = 'menu:' . $this->request->site_id;
     $this->menu_handlers[TRUE][] = array($this, 'menu_set_region');
 }