What are CodeIgniter drivers?
These are a particular type of library that has a parent class and many child classes. These child classes have access to the parent class, but not to their siblings. Drivers are found in system/libraries folder. In CodeIgniter, drivers are a set of classes that enable you to extend the core functionality of the framework … Read more