예제 #1
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->initPermissions();
     $this->Auth->allow();
     $this->layout = "splash";
 }
예제 #2
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->initPermissions();
 }