1.

What are drivers in CodeIgniter?

Answer»
  • 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)


Discussion

No Comment Found