Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('paypal');
     $this->load->model('ebay_order_model');
     $this->load->model('epacket_model');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('ebay_model');
     $this->load->helper('ebay');
 }