Innovation Award
 July 2004
Number 7 |
Data Access Objects (DAO) is nowadays a common design pattern that many PHP developers have been using to wrap the manipulation of information stored in databases or other types of storage, around and object oriented API.
Since it follows a well known design pattern, there are already several tools capable of automatically generating the code of DAO classes from an high level definition of the data model.
This class offers a slightly different solution by generating DAO classes from the definition of the table structure of an existing database. This approach makes it easier for developers to migrate existing applications to start using the DAO design pattern.
Manuel Lemos |
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 can retrieve the data from a table record just passing the its id primary key value.
The class comments are in Spanish.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (62.5%) |
- |
Not sure (56.3%) |
- |
- |
Not sure (43.1%) |
1648 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.