Doctrine - Open Source PHP ORM

250px-Doctrine-layers Doctrine is a PHP ORM (object relational mapper) for PHP 5.2.3+ that sits on top of a powerful PHP DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication.


Website upgraded to symfony 1.1 and Doctrine 0.11

Posted by jwage 7 days ago.

Today I have upgraded the Doctrine website to symfony 1.1 and Doctrine 0.11. The integration between the symfony framework and Doctrine with sfDoctrinePlugin has become pretty complete in the last few days. It now has all the same functionality as the bundled sfPropelPlugin with symfony 1.1 plus ... [read more] [6 Comments]

0.11.0 Release Candidate 2

Posted by jwage 9 days ago.

Quick! Come and get it! The second release candidate of the latest Doctrine version, 0.11.0, has just been released. This release includes a few dozen fixed tickets and a few new features required in order to address existing issues/tickets. The complete changelog as always can be found in the CH... [read more] [3 Comments]