Pt_BR En Ja De Fr 

Doctrine, a Free Open Source PHP ORM

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.

Master and Slave Connections

Posted by jwage 1 day ago

In this new cookbook recipe we demonstrate how you can setup multiple connections and use them as master/slaves. All select statements are issued to the slaves and any insert/update/delete statements are issued to the master. This example accomplishes the functionality by extending Doctrine_Query... [read more] [1 Comments]

Doctrine 1.0 BETA1 Released

Posted by jwage 2 days ago

Today I am happy to announce the release of Doctrine 1.0-BETA1. This marks the true start for the 1st generation Doctrine stable lifecycle. As you may already know, Doctrine 1.0 has been slated to be released on September 1st 2008 for quite some time now. We still have a few more pre-1.0 releases... [read more] [5 Comments]

Doctrine growth

Posted by jwage 12 days ago

Last October 2007 we implemented some google analytics to our website to monitor the growth of the community. Today the traffic has about doubled since then. We average around 1000 unique visitors per day up from around 300 roughly 1 year ago. We expect the growth to continue and we look forward ... [read more] [1 Comments]