Categories


Loading feed
Loading feed
Loading feed

Using the Zend Framework Without PDO


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=

Comments


Tuesday, January 9, 2007
ZEND_DB WITHOUT PDO
1:11PM PST · david_coallier
WOW... FINALLY
6:24PM PST · Nozavroni
Wednesday, January 10, 2007
IS THERE A ZIP FILE?
5:44AM PST · rushy2uk
LINKS TO TARBALLS
10:34AM PST · david_coallier
NEW VERSION
1:04PM PST · david_coallier
Thursday, January 11, 2007
THANX
5:23AM PST · rushy2uk
NEW TAR
7:12AM PST · david_coallier
NEW TAR (REAL)
9:53AM PST · david_coallier
LAST ONE SAID
12:37PM PST · david_coallier
SORRY WRONG URL
12:39PM PST · david_coallier
Friday, October 31, 2008
MDB2 FOR SQLSRV DRIVER
3:32PM PDT · hendrayana
Loading feed