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

Sebastian Bergmann's Blog: Tutorial at ZendCon 2007

OpenShift Blog: Integrate PHPStorm and SFTP into OpenShift

Zend Developer Zone: File uploads with Adobe Flex and Zend AMF

BobCares.com: Deploying libcURL with PHP

DevShed: Fundamentals of Recursion in PHP (Part 1)


Community Events











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


functional testing object development database podcast zendframework2 community code opinion language introduction conference series composer example tool release framework interview

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