Hi Guys I'm relatively new to ZF, but it seems that just about every tutorial out there uses the Mysqli adapter but everywhere else, I read about how much more secure and efficient the PDO adapter is. Is this true?
In order to take advantage of PDO, do I only need to change my resources.db.adapter in my application.ini file? I tried this and I didn't notice any difference. I mean, i don't imagine it'll make a discernable difference on my development version of the code, but it didn't break anything. Any thoughts? Ross -- View this message in context: http://n4.nabble.com/PDO-or-Mysqli-tp1556941p1556941.html Sent from the Zend Framework mailing list archive at Nabble.com.
