Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // in a controller file somewhere
  2.  
  3. public function actionFoo()
  4. {
  5. ...
  6. $this->render('blah', array(
  7. 'model' => $model,
  8. 'includeSpecialForm' => Yii:app()->user->checkAccess('isSpecial')
  9. ) );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement