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 ConnectionsPosted by jwage 1 day agoIn 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 ReleasedPosted by jwage 2 days agoToday 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 growthPosted by jwage 12 days agoLast 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] |



