[nycphp-talk] Which MySQL API?
Ajai Khattri
ajai at bitblit.net
Tue Feb 25 17:03:44 EST 2014
On Mon, Feb 24, 2014 at 10:41:17PM -0500, Joey Derrico wrote:
> @Jeff,
> PDO itself doesn't lead to unoptimized queries
Presumably, because PDO is designed to allow you to work with different
databases it is less "optimized" than something like mysqli which is
only foicussed on one DBMS. Also since different DBMSes have different
feature sets, PDO probably covers most of the common denomiators rather
than 100% of each DBMS.
This is why many PHP frameworks use PDO.
--
Aj.
FaceBook: facebook.com/ajaikhattri
EnoLand: http://flip.it/Gig0n
More information about the talk
mailing list