You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julio Montoya
58cde3d5e6
|
11 years ago | |
---|---|---|
.. | ||
bin | 11 years ago | |
lib/Doctrine/ORM | 12 years ago | |
tests | 11 years ago | |
tools/sandbox | 11 years ago | |
.travis.yml | 12 years ago | |
LICENSE | 12 years ago | |
README.markdown | 12 years ago | |
UPGRADE.md | 12 years ago | |
build.properties | 12 years ago | |
build.properties.dev | 12 years ago | |
build.xml | 12 years ago | |
composer.json | 12 years ago | |
doctrine-mapping.xsd | 12 years ago | |
phpunit.xml.dist | 12 years ago | |
run-all.sh | 11 years ago |
README.markdown
Doctrine 2 ORM
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.