News Feed
Jobs Feed
Sections




News Archive
Jonathan Wage's Blog:
Blending the Doctrine ORM and MongoDB ODM
August 26, 2010 @ 13:34:40

On his blog today Jonathan Wage has posted a tip on getting MongoDB connections and queries to work through the Doctrine ORM layer:

Since the start of the Doctrine MongoDB Object Document Mapper project people have asked how it can be integrated with the ORM. This blog post demonstrates how you can integrate the two transparently, maintaining a clean domain model. This example will have a Product that is stored in MongoDB and the Order stored in a MySQL database.

His code shows how to define the document and entity for the connection (a Product and Order) and creating an event subscriber to lazy load the product. He creates a sample Product and an Order for it and save them to the database. He also includes code to pull an order back out by its ID number and get an Order object back out (with Product data inside).

0 comments voice your opinion now!
doctrine orm mongodb document entity subscriber event tutorial


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Writing Gearman Workers in PHP

Lars Strojny's Blog: Dependency Injection Container Refactorings, Part One

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

Sameer Borate's Blog: Downloading Gmail attachments using PHP

ProDevTips.com: Memcached in PHP on Dapper


Community Events











Don't see your event here?
Let us know!


zendframework2 language development usergroup phpunit opinion unittest symfony2 introduction database framework testing functional rest podcast conference community release interview series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework