News Feed
Jobs Feed
Sections




News Archive
DZone.com:
PHP objects in MongoDB with Doctrine
March 21, 2012 @ 10:03:59

On DZone.com today Giorgio Sironi has a new post showing how you can use Doctrine with MongoDB to work with Document objects from the database.

In the PHP world, probably the Doctrine ODM for MongoDB is the most successful. This followes to the opularity of Mongo, which is a transitional product between SQL and NoSQL, still based on some relational concepts like queries. [...] The case for an ODM over a plain Mongo connection object is easy to make: you will still be able to use objects with proper encapsulation (like private fields and associations) and behavior (many methods) instead of extracting just a JSON package from your database.

He briefly mentions that the PECL extension for Mongo needs to be installed prior to trying out any of the examples. His first example shows how to create a DocumentManager (similar to the normal EntityManager for those familiar with Doctrine). He also shows an integration with the ORM and shares some of the findings he's made when it comes to versioning the resources (hint: annotations are your friend).

0 comments voice your opinion now!
mongodb doctrine object orm tutorial versioning


blog comments powered by Disqus

Similar Posts

Jeremy Cook's Blog: Normalising DateTimes with Doctrine Events

Lukas Smith's Blog: Database abstraction mailing list

The Bakery: RESTful Web Services With CakePHP

Zend Developer Zone: Integrating PHP with System i using Web Services

ZendCasts.com: RESTful Delete with SLIM, jQuery and JSON


Community Events











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


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

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