Free Open Source PHP ORM
What is Doctrine?
Icon
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.
Release Candidate 2 Available
Posted by jwage 9 minutes ago
Only two days after making available the first release candidate we have prepared the second release candidate and ma... [read more] [0 Comments]
Latest Doctrine News
Feed
Moving Quickly
Right out of the gate we're moving extremely fast. Only two days in to working full-time on the p...
Pre 1.0 Updates and 1.0.0-RC1 Released
Today we have a few updates for the project to announce. You can read about whats new below. Doct...
Creating a Unit of Work Using Doctrine
I am happy to introduce the latest contribution to the 1.0 cookbook, Creating a Unit of Work Usin...



