Skip to content

Doctrine Blog
Syndicate content
Updated: 1 hour 48 min ago

Doctrine MongoDB ODM 1.0.0ALPHA2 Released

Fri, 07/30/2010 - 18:12
Today I am happy to bring you the second alpha release of the brand new Doctrine MongoDB Object Docu[...]
Categories: Open Source

Release of DBAL 2.0.0 Beta3

Tue, 07/27/2010 - 17:00
In preparation of the next ORM Beta Release in the next days we already released Doctrine DBAL 2.0.0[...]
Categories: Open Source

MongoDB ODM: Document-Oriented Databases vs. Relational Databases.

Tue, 07/27/2010 - 16:46
My last post brought up a lot of questions on the differences between document-oriented and relation[...]
Categories: Open Source

MongoDB ODM: MongoDB for eCommerce

Thu, 07/22/2010 - 16:57
Hi, my name is Bulat S. (my last name won't make it any easier, but in case you were wonde[...]
Categories: Open Source

MongoDB ODM: Query Builder API

Wed, 07/21/2010 - 20:42
The Doctrine MongoDB Object Document Mapper includes a fluent object oriented API for building queri[...]
Categories: Open Source

MongoDB ODM: Mixing Types of Documents

Tue, 07/20/2010 - 20:08
One major advantage to using something like MongoDB is the fact that it is schema-less. We can store[...]
Categories: Open Source

Write your own ORM on top of Doctrine2

Mon, 07/19/2010 - 21:00
The Doctrine ActiveEntity Extension is just an experiment, nothing that will be developed much[...]
Categories: Open Source

Working with Large Collections in Doctrine2

Mon, 07/12/2010 - 21:56
If you access a collection of Entity A pointing to Entity B, Doctrine2 always initializes the comple[...]
Categories: Open Source

Implementing Aggregate Fields with Doctrine 2

Wed, 07/07/2010 - 21:00
You will often come across the requirement to display aggregate values of data that can be computed [...]
Categories: Open Source

Doctrine2 BETA2 Released

Tue, 06/15/2010 - 17:38
Today we are happy to announce the immediate availability of the second beta version of Doctrine2. T[...]
Categories: Open Source

Doctrine MongoDB ODM 1.0.0ALPHA1 Released

Wed, 06/09/2010 - 22:21
Today I am very happy to announce the release of the first alpha version of the Doctrine MongoDB Obj[...]
Categories: Open Source

Bringing it all together

Thu, 05/27/2010 - 14:14
Recently we've been making some pretty serious changes around here. This blog post aims to overview [...]
Categories: Open Source

Doctrine MongoDB Object Document Mapper

Thu, 05/13/2010 - 20:28
A question asked to me many times by many different people over the last year is, "will Doctrine eve[...]
Categories: Open Source

The Switch to git

Thu, 05/13/2010 - 14:20
Now that the dust has settled from the move to git I suppose it is time for a blog post. About a mon[...]
Categories: Open Source

Website Updates

Wed, 05/12/2010 - 20:22
As you probably already noticed, the Doctrine website looks a little bit different. In preparation f[...]
Categories: Open Source

Doctrine 2 BETA1 Released

Wed, 04/28/2010 - 02:48
Today we are pleased to announce the immediate release of the first beta version of Doctrine 2. It c[...]
Categories: Open Source

ORM is Not a Choice

Tue, 04/20/2010 - 18:07
When speaking of "ORM" or "object-relational mapping" in this post I am referring to the act of[...]
Categories: Open Source