InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by drivers and how we can create in CodeIgniter? |
|
Answer» In CodeIgniter drivers are a very special type of Library that has a parent class and its child CLASSES. Child classes have the ACCESS to its parent class but not their siblings. It provides an elegant syntax in your controllers file for libraries. It can FOUND in the system/libraries/ directory.
|
|