Exemple #1
0
 public function before()
 {
     Wi3::inst()->acl->grant("*", $this, "submit");
     parent::before();
 }
Exemple #2
0
 public function before()
 {
     Wi3::inst()->acl->grant("*", $this, "rssfeed");
     // Everybody can access rssfeed function in this controller
     parent::before();
 }