示例#1
0
 function beforeFilter()
 {
     $this->Auth->allow("*");
     parent::beforeFilter();
 }