Welcome Guest, Not a member yet? Register   Sign In
Amazon MWS Api with CodeIgniter
#1

[eluser]@li[/eluser]
Has anyone else tried using Amazon's MWS API with CodeIgniter? If so, how did you structure all the files, since the SDK doesn't fit neatly into the $this->load->library() format the CodeIgniter uses. Personally, I'm thinking I'd be forced to keep the SDK out of codeigniter and communicate with it over HTTP using a middle man class as interface.
#2

[eluser]Aken[/eluser]
Remember that it's still just PHP. If you can't find an optimal way to include it in a CI way, you can always just require_once() and instantiate it like normal.




Theme © iAndrew 2016 - Forum software by © MyBB