kekrozsak/vendor/doctrine/orm
Polonkai Gergely 623b78e939 Vendors update
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:40:41 +02:00
..
bin Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
lib/Doctrine/ORM Vendors update 2012-07-31 09:40:41 +02:00
tests Vendors update 2012-07-31 09:40:41 +02:00
tools/sandbox Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
.gitignore Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
.gitmodules Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
.travis.yml Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.markdown Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
UPGRADE_TO_2_0 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
UPGRADE_TO_2_1 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
UPGRADE_TO_2_2 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
UPGRADE_TO_ALPHA3 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
UPGRADE_TO_ALPHA4 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
build.properties Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
build.properties.dev Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
build.xml Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
doctrine-mapping.xsd Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
run-all.sh Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

README.markdown

Doctrine 2 ORM

Master: Build Status 2.1.x: Build Status

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.

More resources: