|
пре 8 година | |
---|---|---|
bin | пре 10 година | |
lib | пре 8 година | |
tests | пре 10 година | |
tools | пре 10 година | |
LICENSE | пре 10 година | |
README.markdown | пре 10 година | |
UPGRADE_TO_2_0 | пре 10 година | |
UPGRADE_TO_2_1 | пре 10 година | |
UPGRADE_TO_2_2 | пре 10 година | |
UPGRADE_TO_ALPHA3 | пре 10 година | |
UPGRADE_TO_ALPHA4 | пре 10 година | |
build.properties | пре 10 година | |
build.properties.dev | пре 10 година | |
build.xml | пре 10 година | |
composer.json | пре 10 година | |
doctrine-mapping.xsd | пре 10 година | |
phpunit.xml.dist | пре 10 година | |
run-all.sh | пре 10 година |
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.