function __construct()
 {
     parent::__construct();
     verify_authen();
     $this->session->set_userdata('page', '');
     date_default_timezone_set('Asia/Bangkok');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('authen_helper');
     $this->load->helper('set_data_helper');
     verify_authen();
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('authen_helper');
     $this->load->helper('set_data_helper');
     verify_authen();
     set_new_products($this->session->userdata('dealer_level_id'), $this->new_amount);
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('authen_helper');
     $this->load->helper('set_data_helper');
     verify_authen();
     date_default_timezone_set('Asia/Bangkok');
 }