In order to get a driver working properly, you must create an array of valid drivers, however this can not be found anywhere in the documentation.
Example of setting the valid drivers array
$this->valid_drivers = array( 'diver_name', 'another_driver_name' );
Documentation URL
http://www.codeigniter.com/user_guide/general/creating_drivers.html
In order to get a driver working properly, you must create an array of valid drivers, however this can not be found anywhere in the documentation.
Example of setting the valid drivers array
$this->valid_drivers = array( 'diver_name', 'another_driver_name' );
Documentation URL
http://www.codeigniter.com/user_guide/general/creating_drivers.html