Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->role = MRole::app();
     $this->check_access('edit_rights');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->user = MUser::app();
     $this->image = Image::app();
     $this->role = MRole::app();
     $this->check_access('edit_users');
 }