Zend db adapter mysqli or PDO_MYSQL

Joketime

New Member
I've seen several code samples that do this in application.ini\[code\]resources.db.adapter = mysqlior resources.db.adapter = PDO_MYSQL\[/code\]What is the real difference between the two? Does it impact my code? when should I choose one or the other?
 
Back
Top