예제 #1
0
파일: Role.php 프로젝트: annasoal/newsite
 public function __construct()
 {
     parent::__construct();
     $this->priv = MPriv::app();
     $this->role = MRole::app();
     $this->check_access('edit_rights');
 }
예제 #2
0
파일: User.php 프로젝트: annasoal/newsite
 public function __construct()
 {
     parent::__construct();
     $this->user = MUser::app();
     $this->image = Image::app();
     $this->role = MRole::app();
     $this->check_access('edit_users');
 }