Guest User

Untitled

a guest
May 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. public function accessRules()
  2. {
  3. return array(
  4. array('allow', // only acccessable by admins
  5. //'users'=>array('*'), 'actions'=>array('admin','index','update', 'create', 'delete'),
  6.  
  7. 'expression '=> '$user->isAdmin()',
  8. ),
Add Comment
Please, Sign In to add comment