The essential part of a CodeIgniter framework is its libraries. It provides a rich set of libraries, which indirectly increase the speed of developing an application. The system library is located at system/libraries. All we need to do is to load the library that we want to use. The library can be loaded as shown below −$this->load->library('class...
Showing posts with label CodeIgniter Libraries. Show all posts
Showing posts with label CodeIgniter Libraries. Show all posts
11 December, 2018
CodeIgniter - Libraries
Programing Coderfunda
December 11, 2018
codeigniter, CodeIgniter Libraries
No comments
The essential part of a CodeIgniter framework is its libraries. It provides a rich set of libraries, which indirectly increase the speed of developing an application. The system library is located at system/libraries. All we need to do is to load the library that we want to use. The library can be loaded as shown below −
$this->load->library('class...