Welcome Guest, Not a member yet? Register   Sign In
How to include Amazon MWS client library in Codeigniter 3?
#1

I downloaded Amazon MWS Library from official Amazon developer portal (MarketplaceWebServiceProducts).

Products API Section Client Library - PHP - Version 2011-10-01

I added this lib in
root/libraries
I create the contorller Amazon.php



Code:
public function __construct() {
      parent::__construct();
      $this->load->library('MarketplaceWebServiceProducts');
}





When I try to execute script I get  following error...



Unable to load the requested class: MarketplaceWebServiceProducts



How can I include this script in CodeIgniter?
Thanks...
Reply




Theme © iAndrew 2016 - Forum software by © MyBB