-
DBInterface is a generic database table interface which can be used to manage database table records as objects using the Active Record design pattern. This script accepts as parameters a database access object(DAO), the name of a table and any key field. The database access is done by the DAO class. Currently there DAO classes to access MySQL databases and ...
-
Object Generator generates the Data Access Object (DAO) classes by retrieving the structure of database tables.Object Generator have:- Set and Get functions for each table field.- A function which can retrieve the data from a table record just passing the its id primary key value.Limitations:Object Generator comments are in Spanish.

