Bastien Sevajol 0de4e59322 change chmod il y a 12 ans
..
bin change chmod il y a 12 ans
lib/Doctrine/ORM change chmod il y a 12 ans
tests change chmod il y a 12 ans
tools/sandbox change chmod il y a 12 ans
.gitignore change chmod il y a 12 ans
.gitmodules change chmod il y a 12 ans
.travis.yml change chmod il y a 12 ans
README.markdown change chmod il y a 12 ans
UPGRADE_TO_2_0 change chmod il y a 12 ans
UPGRADE_TO_2_1 change chmod il y a 12 ans
UPGRADE_TO_ALPHA3 change chmod il y a 12 ans
UPGRADE_TO_ALPHA4 change chmod il y a 12 ans
build.properties change chmod il y a 12 ans
build.xml change chmod il y a 12 ans
composer.json change chmod il y a 12 ans
doctrine-mapping.xsd change chmod il y a 12 ans
phpunit.xml.dist change chmod il y a 12 ans
run-all.sh Mise en place du framework symfony2 (initial) il y a 13 ans

README.markdown

Doctrine 2 ORM

Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.0+ 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: