|
|
пре 14 година | |
|---|---|---|
| .. | ||
| bin | пре 14 година | |
| lib/Doctrine/ORM | пре 14 година | |
| tests | пре 14 година | |
| tools/sandbox | пре 14 година | |
| .gitignore | пре 14 година | |
| .gitmodules | пре 14 година | |
| .travis.yml | пре 14 година | |
| README.markdown | пре 14 година | |
| UPGRADE_TO_2_0 | пре 14 година | |
| UPGRADE_TO_2_1 | пре 14 година | |
| UPGRADE_TO_ALPHA3 | пре 14 година | |
| UPGRADE_TO_ALPHA4 | пре 14 година | |
| build.properties | пре 14 година | |
| build.xml | пре 14 година | |
| composer.json | пре 14 година | |
| doctrine-mapping.xsd | пре 14 година | |
| phpunit.xml.dist | пре 14 година | |
| run-all.sh | пре 14 година | |
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: