Thursday, 19 September 2013

How to use mysqli in codeigniter?

How to use mysqli in codeigniter?

I have read some information about the differences between mysql and
mysqli. First of all, I want to ask that why codeigniter uses mysql
dbdriver by default and not mysqli although myslqi is better? Is
codeigniter active record works only with mysql driver?
I have read this topic but there is no good answer for my question
Is it enough to change dbdriver in config.php file as mysqli, to use msqli
in codeigniter without any error?
Thanks.

No comments:

Post a Comment