van ngo Wed Jan 09 23:41:56 -0500 2013

Subject: is there a mysqli adapter?

I'm using codeigniter and sparks phpactiverecord. Is there a mysqli adapter?

thanks


waqas ajaz Sun Jan 13 11:20:27 -0500 2013

php.activerecords uses PDO to run queries. You do not need mysqli adapter. Keep your database setting to $db['default']['dbdriver'] = 'mysql'; and your are good to go.

van ngo Tue Jan 15 02:36:02 -0500 2013

thanks for the advise!

(1-2/2)