flaviodev/ttm-dao-doctrine

An implementation of a DAO for comunication on data bases using Doctrine ORM

1.0.0 2016-10-25 02:40 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:31:21 UTC


README

This is a implementation of the Dao interface (ttm\dao\Dao on ttm-core-php) using doctrine/orm. The class concrete configure and construct a Entity Manager, as well as, encapsulate the data manipulate operations whith the DBMS configured, wherein the entities of model layer using the doctrine annotations for object relational mapping.