How do I include external Libraries in CodeIgniter?

后端 未结 4 1912
情深已故
情深已故 2020-12-15 17:37

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

4条回答
  •  旧时难觅i
    2020-12-15 18:22

    @user3526 Note that $this->load->library('classname') will create an instance of that loaded class, not just file (class) include.

提交回复
热议问题