Tag: Custom Library into CodeIgniter

  • How to Create Custom Library into CodeIgniter?

    How to Create Custom Library into CodeIgniter?

    Nowadays, there are many readymade classes available for the payment gateway, pdf generation, some third party API.  So let’s see how to integrate these classes to codeigniter and use it like a library. We can create our own class and use it as library. Codeigniter library means class file located into the classes “application/libraries” directory….