Esempio n. 1
0
 function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow(array('index'));
 }
 function beforeFilter()
 {
     parent::beforeFilter();
     //$this->Auth->allowedActions = array('*');
 }
Esempio n. 3
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow("index", "view", "comment");
 }