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.
| Tags | Software Development Libraries php classes Java Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP Java |
Recent releases


Changes: The ability to use not only PRIMARY KEY, but to be able to send a whole WHERE to a class. An UNDO module, including history save/delete/redo. Java has been deprecated.


Changes: This release reads from MySQL tables and MySQL connections, and generates PHP 5 compatible classes. There are more comments in the generated classes.


No changes have been submitted for this release.