示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->load->helper(array('view', 'tools'));
     save_log_data();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->suppliercode = GetSupplierCode();
     $this->url = config_item(_SITEMINDER_STAGE . '_url');
     save_log_data();
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->load->model('travflex/search_model');
     $this->load->helper(array('view', 'tools'));
     save_log_data();
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->load->helper(array('xml', 'http'));
     $this->load->model('travflex/cancel_model');
     $this->url = config_item(_SITEMINDER_STAGE . '_url');
     $this->option = array(CURLOPT_HTTPHEADER => array('Content-Type:text/xml;'), CURLOPT_HEADER => TRUE);
     $this->load->helper(array('view', 'tools'));
     save_log_data();
 }
示例#5
0
 function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->url = config_item(_SITEMINDER_STAGE . '_url');
     $this->option = array(CURLOPT_HTTPHEADER => array('Content-Type:text/xml;'), CURLOPT_HEADER => TRUE);
     $this->load->helper(array('view', 'tools'));
     $this->log_21['request'] = array();
     $this->log_21['response'] = array();
     save_log_data();
 }