HosipLan

Untitled

Mar 30th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. public function actionNeco()
  2. {
  3.     if($this->user->inRole('admin')) {
  4.         $this['addUserForm']->setDefautValues(...);
  5.     }
  6. }
  7.  
  8. public function renderNeco()
  9. {
  10.     if($this->user->inRole('admin')) {
  11.         $this->template->form = $this['addUserForm'];
  12.     }
  13. }
  14.  
  15. // ...
  16.  
  17. {if $user->inRole('admin')}{control addUserForm}{/if}
Advertisement
Add Comment
Please, Sign In to add comment