public function __construct() { parent::__construct(); $this->load->database(); $this->load->helper(array('view', 'tools')); save_log_data(); }
public function __construct() { parent::__construct(); $this->load->database(); $this->suppliercode = GetSupplierCode(); $this->url = config_item(_SITEMINDER_STAGE . '_url'); save_log_data(); }
public function __construct() { parent::__construct(); $this->load->database(); $this->load->model('travflex/search_model'); $this->load->helper(array('view', 'tools')); save_log_data(); }
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(); }
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(); }