Advertisement
petrabarus

Untitled

Apr 16th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. class WebUser extends CWebUser {
  4.     public function getIsAdmin(){
  5.         //insert the logic
  6.         return true;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement