public function __construct() { parent::__construct(); // this is a simple hack to get ESCAPE_CHAR $test = $this->protect_identifiers('t'); $first_char = substr($test, 0, 1); if ($first_char !== 't') { $this->ESCAPE_CHAR = $first_char; } }
public function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); //Load a drivername include APPPATH . 'config/database.php'; $this->driver_name = $db['default']['dbdriver']; }