You're missing the point.

PDO isn't a replacement for ADOdb, it's a future replacement for
ext/mysql, ext/pgsql, ext/oci8, ext/odbc, etc. etc. etc.

If you want a database abstraction layer, stick with ADOdb and let
John adapt that to run on top of PDO.

WHY can't you be bothered to read the resources I've pointed you all
at, where I explain this?

--Wez.


On Sat, 12 Feb 2005 07:51:13 +0000, Lester Caine 
> Wez
> I have had a look at PDO, but for many of us it is just a step BACK to
> the bad old days.
> ADOdb is well established and works. If you use the accelerator module
> then it can be very fast. WHY couldn't John have been helped to convert
> it to a more integrated package when he tried to get help from this
> list, which would allow upgrades to MANY systems without major
> re-writing of their code bases?
> OK many base functions will do the same job, but there is several years
> of development in the extensions to ADOdb, all of which would need to be
> re-done to switch to PDO - which is only recreating some of the
> functionality of the ADOdb drivers.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to