This package can map objects to database table records.
Its objects can be mapped to certain tables, so it the table records values are mapped to object variable values.
The class objects can also be extended to define the table, primary key and other properties that define how to store and retrieve class objects from table records.
The code and documentation is in Spanish. In Spanish:
Se trata de un framework para realizar Mapeo de Objeto Racional (Object Relational Mapping ORM) para PHP basado en el patrón de diseño ORM ActiveRecord. |