Php DB wrappers options

Created by: Lester Caine, Last modification: 20 Dec 2009 (13:06 GMT)

Use db wrappers in php don't write to mysql only
well pdo in php is very buggy but some of the bugs are fixed in 5.3


http://www.alberton.info/php_pdo_firebird_status.html
http://forums.devshed.com/firebird-sql-development-61/firebird-and-php-pdo-functions-327659.html



I would recommend to use an stable wrapper around firebird/ibase/mysql functions
the one from cakephp is very well done you can find them in the cake
php source code


http://api.cakephp.org/class/dbo-firebird

also there is mdb2 with an good firebird/ibase driver



http://pear.php.net/package/MDB2

http://pear.php.net/package/MDB2_Driver_ibase/



also i have seen the adodb for

php

http://adodb.sourceforge.net/

http://sourceforge.net/project/showfiles.php?group_id=42718


In fact this wiki is powered by Firebird + AdoDB (see the logos from the down right corner)