Guest User

Untitled

a guest
May 21st, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <?php
  2. App::uses('Controller', 'Controller');
  3. class AppController extends Controller {
  4.     public function beforeFilter(){
  5.         $this->set("isadmin", $this->Auth->user("typeuser_id"));
  6.        
  7.     }
  8. }
  9. ?>
Add Comment
Please, Sign In to add comment