Showing posts with label How to create custom library in CodeIgniter. Show all posts
Showing posts with label How to create custom library in CodeIgniter. Show all posts

Tuesday 3 March 2015

How to create custom library in CodeIgniter


How to create custom library in CodeIgniter


We are normally referring to the classes that are located in the libraries directory.
You can create your own libraries within your application/libraries directory.

Here
1)You can replace native and extend libraries.
2) You can create new libraries.