Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->template->this_page = 'profile';
     $this->user_id = $this->user->id;
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
     $this->template->this_page = 'checkins';
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
     $this->template->this_page = 'private';
 }
 public function __construct()
 {
     parent::__construct();
     $this->template->this_page = 'reports';
 }
 function __construct()
 {
     parent::__construct();
     $this->load->library('ion_auth');
 }
Exemple #6
0
 function __construct()
 {
     parent::__construct();
 }
Exemple #7
0
 function __construct()
 {
     parent::__construct();
     $this->template->this_page = 'alerts';
 }