Sevajol Bastien e88f214ced maj vendor hace 12 años
..
bin maj vendor hace 12 años
lib/Doctrine/ORM maj vendor hace 12 años
tests maj vendor hace 12 años
tools/sandbox maj vendor hace 12 años
.gitignore maj vendor hace 12 años
.gitmodules maj vendor hace 12 años
.travis.yml maj vendor hace 12 años
README.markdown maj vendor hace 12 años
UPGRADE.md maj vendor hace 12 años
build.properties maj vendor hace 12 años
build.properties.dev maj vendor hace 12 años
build.xml maj vendor hace 12 años
composer.json maj vendor hace 12 años
doctrine-mapping.xsd maj vendor hace 12 años
phpunit.xml.dist maj vendor hace 12 años
run-all.sh uppgrade to 2.1.7 and fix code for upgrade hace 12 años

README.markdown

Doctrine 2 ORM

Master: Build Status 2.2: Build Status 2.1: Build Status

Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.2+ that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.

More resources: