function __construct()
 {
     parent::__construct();
     $this->load->helper('admin_authen_helper');
     verify_authen_admin();
     date_default_timezone_set('Asia/Bangkok');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('admin_authen_helper');
     verify_authen_admin();
     $this->load->model('Admin');
 }