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