David Coallier (#phpc regular) has posted a quickie tutorial on his site about using the Zend Framework without PDO. In it he discusses how to use MDB2 with the Zend Framework instead of the Zend_DB and PDO. Here’s a quick quote to wrap your head around.

For those who wanted to use the Zend Framework on server but didn’t have all the access to install PDO or such will now be able to do so. I have a fix that now MDB2 (PHP5 Only) can be used instead of PDO.

If you are a MDB2 fan but still want to use the Zend Framework or wanting to use the Zend Framework but didn’t have access to PDO, this is a good read. David has laid out a lot of code for you to peruse.

SIDE NOTE: Another option if you want to bypass PDO but use the Zend Framework is to use the new MySQLi adapter in the incubator.

=C=