Comments on: Entity Relationships in a Document Database at ZendCon 2012 http://bradley-holt.com/2012/11/entity-relationships-in-a-document-database-at-zendcon-2012/ Mon, 29 Sep 2014 19:50:55 +0000 hourly 1 https://wordpress.org/?v=4.6.1 By: Lukas Smith http://bradley-holt.com/2012/11/entity-relationships-in-a-document-database-at-zendcon-2012/comment-page-1/#comment-5804 Wed, 21 Nov 2012 16:32:45 +0000 http://bradley-holt.com/?p=1602#comment-5804 Just FYI .. its also Doctrine CouchDB ODM. Basically in the Doctrine project we call everything that implements the Doctrine Common Persistence interfaces on top of a “document store” ODM.

BTW there is also Doctrine PHPCR ODM and there is even an implementation on top of OrientDB which also implements these interfaces, which might also be moved to the Doctrine organization eventually.

Since you mentioned a CMS as a use case on one of the early slides, PHPCR ODM is actually optimized for the CMS problem domain.

]]>