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
ea18ee1495
|
11 years ago | |
---|---|---|
.. | ||
bin | 11 years ago | |
docs | 11 years ago | |
lib/Doctrine/ORM | 11 years ago | |
.coveralls.yml | 11 years ago | |
LICENSE | 12 years ago | |
README.markdown | 11 years ago | |
UPGRADE.md | 11 years ago | |
composer.json | 11 years ago | |
doctrine-mapping.xsd | 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.