Subject Firebird Data-Object Generator for PHP
Author Yves Glodt
Hello,

I would like to annouce fbdaogenerator.

It's a commandline tool which connects to a firebird database, queries it's
system tables, and creates data-access objects for each table.

http://code.google.com/p/fbdaogenerator/

It currently generates code for PHP (one .php file per table) and JAVA (jar
file)

The PHP code it generates is probably cleaner right now. You can see an
example here:

http://code.google.com/p/fbdaogenerator/wiki/phpExample

I only tested and use it with Firebird 1.5. It's still in a quite early stage
(usage-wise) but the generated code is ok and used successfully in production.

If you want to play with it and have issues, drop me a note at
yglodt@....

Regards,
Yves