I\'m new to codeigniter, and I\'m trying to integrate amazon\'s FPS into my page. There are a bunch of libraries and models that go with Amazon FPS, which I would need inclu
@user3526 Note that $this->load->library('classname') will create an instance of that loaded class, not just file (class) include.