Google News
logo
CodeIgniter - Interview Questions
What are drivers in CodeIgniter?
* A driver is a type of library that has a parent class and multiple child classes. These child classes can access their parent class, but they can’t access their siblings.

* Drivers can be found in the system/libraries folder.

* There are three steps for creating a driver :
* Making file structure
* Making driver list
* Making driver(s)
Advertisement