PHP or Java Class Code Generator 1.1.0 (Default branch) |
|
|
The PHP or Java Class Code Generator is meant is
automate the generation of classes to access
databases in the style of Java beans. It uses the
Fast Template engine to process template files
that define the skeleton of functions and
variables of classes that store and retrieve data
object property values from a given database
table, getter and setter functions to access those
properties, and a function to delete a data object
row from the respective database table.
License: GNU General Public License (GPL)
Changes:
This release reads from MySQL tables and MySQL
connections, and generates PHP 5 compatible
classes. There are more comments in the generated
classes.
|