Sevajol Bastien 042ee0f750 uppgrade to dev version (2013-02-18) and add admin generator bundl | пре 11 година | |
---|---|---|
.. | ||
bin | пре 11 година | |
lib/Doctrine/ORM | пре 11 година | |
tests | пре 11 година | |
tools/sandbox | пре 11 година | |
.gitignore | пре 11 година | |
.gitmodules | пре 11 година | |
.travis.yml | пре 11 година | |
README.markdown | пре 11 година | |
UPGRADE.md | пре 11 година | |
build.properties | пре 11 година | |
build.properties.dev | пре 11 година | |
build.xml | пре 11 година | |
composer.json | пре 11 година | |
doctrine-mapping.xsd | пре 11 година | |
phpunit.xml.dist | пре 11 година | |
run-all.sh | пре 11 година |
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.