flaviodev/ttm-dao-doctrine

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

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:api

pkg:composer/flaviodev/ttm-dao-doctrine

1.0.0 2016-10-25 02:40 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:54:37 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.