PHP or Java Class Code Generator
This package is meant is automate the generation of classes to access databases in Java beans style.
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.
The package comes with templates to generate classes either in PHP or Java. The PHP template defines code to access data objects in a MySQL database. The Java template defines code to access data objects in any database supported by JDBC.
Download :
http://www.ziddu.com/download/7364643/code_generator-2009-03-19.zip.html
