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
Requires
- php: ^7.0
- doctrine/orm: ^2.5
- flaviodev/ttm-core-php: ^1.0
This package is not auto-updated.
Last update: 2026-03-15 04:33:42 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.