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
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...
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...