1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
2010-07-27 01:19:51 -03:00
bin Fixing ORM version. 2010-05-26 11:47:01 -04:00
lib Reverted extensibility of Lexer. This is not ideal. 2010-07-27 01:19:51 -03:00
tests [DDC-698] Fixed wrong SQL generation of m2m with starting path on inverse side. 2010-07-26 01:13:03 -03:00
tools/sandbox Removing double slashes when not needed. 2010-06-17 18:23:17 -04:00
.gitignore Updating gitignore to properly ignore Common and DBAL 2010-05-25 15:13:01 -05:00
.gitmodules Added submodules. 2010-05-25 11:39:30 -04:00
build.properties.dev Trying new way to generate pear packages. 2010-05-25 23:15:16 -04:00
build.xml Fixing sandbox for source control code and removing it from the build.xml 2010-06-17 14:32:26 -04:00
doctrine-mapping.xsd DDC-628 - Fix missing precision and scale attributes on doctrine-mapping.xsd 2010-06-13 17:21:14 +02:00
LICENSE [2.0] License corrections. 2009-02-25 13:43:24 +00:00
README.markdown Updated UPGRADE file for 2.0 BETA 2 release and added a small README 2010-06-13 14:39:46 +02:00
UPGRADE_TO_2_0 Fixed DDC-557 - Default allocation size for sequences changed from 10 to 1. Documented in UPGRADE file 2010-06-13 20:09:59 +02:00
UPGRADE_TO_ALPHA3 [2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards. 2010-03-15 17:19:00 +00:00
UPGRADE_TO_ALPHA4 [2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards. 2010-03-15 17:19:00 +00:00

Doctrine 2 ORM

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: