Using PDO::MYSQL ? - Wez Furlong

I recommend that you use the following attribute when working with PDO::MYSQL, available in the current PHP 5.1.3 release candidates and snapshots: $db->setAttribute(PDO::ATTR_EMULATE_PREPARES, true);. This causes the PDO native query ...>>Read More

[Related Article]
http://wezfurlong.org/blog/2006/apr/using-pdo-mysql
[Posted On]
01:55:51 04-23-2006

PHP Database Functions vs. PEAR::DB vs. ADOdb (and PDO) - Joseph ...

So PDO comes in at number two, beating ADOdb by more than a second. But still behind direct function calls by more than six tenths of a second, adding only 17% over head. PDO will only work with PHP 5, so if you want/need your app to ...>>Read More

[Related Article]
http://joseph.randomnetworks.com/archives/2006/04/04/php-database-functions-vs-peardb-vs-adodb/comment-page-1/
[Posted On]
04:46:10 04-05-2006