Object Generator Support forum objectgenerator Generate DAO classes from database table structure This class generates the Data Access Object (DAO) classes by retrieving the structure of database tables. The generated DAO classes have: - Set and Get functions for each table field. - A function which ...
DAO Support forum dao Database access wrapper providing query queueing This package is a SQL database access wrapper. It can establish database connections to one of several possible database server slaves. The class can execute queries immediately or store the SQL statements in a queue file execute ...
XML DAO Builder Support forum xmldaobuilder Generate database access class from XML definition This package can be used to generate database access classes from XML definitions. It can parse a class definition in a XML format and generate the code for the class with variables that map column definitions ...
... to manage database table records as objects using the Active Record design pattern. The main class takes as parameters a database access object (DAO), the name of a table and the key field. The class can create, retrieve, update and delete database record mapping class variables to table field values ...
... object classes (VO) to manage the mapped object information with all the necessary getter and setter functions. It also generates data object class (DAO) to perform the actual database access operations at application runtime, like INSERT, SELECT, UPDATE, and DELETE. Readme file with guidelines and ...
... this class you have basic access to the database tables and you can concentrate to your own class functionality. These classes are quite similar to DAO (Data Access Objects) but may be used for other purposes. PhpDtObject requires ADOdb database abstraction layer. phpdtobject Database connection class ...
... It seems I submitted prematurely. If you're patient you will see that this is a great tool. Extends QueryEngine to wrap operations Class which all
DAO extend Class writing utility Configuration reading and writing utility Scrubs specific config writing utility Data Base instantiation utility XML DOM
...