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