Doctrine MongoDB ODM 1.0.0ALPHA2 Released
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
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.
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
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
The Doctrine MongoDB Object Document Mapper includes a fluent object oriented API for building queri[...]
Categories: Open Source
MongoDB ODM: Mixing Types of Documents
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
The Doctrine ActiveEntity Extension is just an experiment, nothing that will be developed much[...]
Categories: Open Source
Working with Large Collections in Doctrine2
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
You will often come across the requirement to display aggregate values of data that
can be computed [...]
Categories: Open Source
Doctrine2 BETA2 Released
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
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
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
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
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
As you probably already noticed, the Doctrine website looks a little bit different. In preparation f[...]
Categories: Open Source
Doctrine 2 BETA1 Released
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
When speaking of "ORM" or "object-relational mapping" in this post I am referring to the
act of[...]
Categories: Open Source