Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->auth('manage.user.roles');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->auth('view.users');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('invitaciones_model');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('grupos_model');
 }