How can I call manually a PHP database function on CodeIgniter’s database handler object? How to retrieve the connection ($dbc), or call a function like mysql_real_escape_string($dbc, $variable)?
How can I call manually a PHP database function on CodeIgniter’s database handler object?
Share
You can call any mysql native function and access mysql connection id.
See CodeIgniter User Guide