aid

Showing posts with label Libraries in CodeIgniter. Show all posts
Showing posts with label Libraries in CodeIgniter. Show all posts

Wednesday, 15 April 2015

Libraries in CodeIgniter

Libraries in CodeIgniter
All of the available libraries in CodeIgniter are located in your system/libraries folder. In most cases, to use one of these classes involves initializing it within a controller using the following initialization function from a controller in mvc :