On Sat, Mar 07, 2009 at 12:34:40PM -0500, Eric Butera wrote:

<snip>

> 
> PDO.  :)  Anything else is a waste of cpu cycles.

I've looked into PDO, and I just didn't find it as feature-rich as the
"native" (non-OO) function assortment for database types like MySQL and
PostgreSQL. Can PDO be extended?

In any case, I just wrote my own driver class for each DB type, and then
a function which instantiates the appropriate driver with the
appropriate parameters.

Paul

-- 
Paul M. Foster

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to