I'm using codeigniter and sparks phpactiverecord. Is there a mysqli adapter?
thanks
waqas ajazSun 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.
Subject: is there a mysqli adapter?
I'm using codeigniter and sparks phpactiverecord. Is there a mysqli adapter?
thanks