Hello and welcome to bfrcg home page.

Code generator, or shortly codegen, was designed to speed up average php database-backed website development, by automatically generating bulk of database-related code.

Features include protection from SQL injection, generating code that will fetch single row or array of rows from db for given criteria, insert / read / delete / update operations, feature to fetch data from another table in 1:n relationship, support for prefixing all table names transparently to rest of the script, debug mode where all SQL queries will be written to screen before executing them and option to create sql dump of db, which we use to keep track of DB structure in source control at time of running the script (and to be able to create db from another computer without going back to office for SQL dump)

Project's homepage on sourceforge.net: http://sourceforge.net/projects/bfrcg/. Codegen itself is under a GPL license but the code it generates is yours to do with as you wish.

You can download latest files here or from sourceforge link above.

We made the manual available on this page, and it is also included in doc folder of source distribution.

Site powered by RBI Software's Bonobo Framework, version 2.0.4.