News Feed
Jobs Feed
Sections




News Archive
ServerGrove Blog:
Enforcing unique key constrains with Doctrine ODM for MongoDB & Symfony 2
October 21, 2010 @ 11:58:22

New on the ServerGrove blog today is a quick post talking about how you can enforce key constraints on a MongoDb with Doctrine in Symfony.

Of course you can define unique indexes to prevent duplicate values and there are a couple of different syntax options to do so, which are clearly defined in the official documentation. But defining and creating the indexes is not enough. You must specify when you want to enforce the constrain, this is due to the fact that the PHP driver needs to tell MongoDB to throw an error when a duplicate key is found.

The fix is as simple as adding a "safe" option to the "flush()" call on your database object. If you give it a value of "true", the ORM is smart enough to handle things on its own.

0 comments voice your opinion now!
mongodb enforce symfony constraint unique doctrine


blog comments powered by Disqus

Similar Posts

Stuart Herbert's Blog: Twittex.com Launches

Paul Jones' Blog: New Year's Benchmarks

Derick Rethans: Connection Handling with the MongoDB PHP driver

Ruzz on Symfony: What is this all about?

Symfony Blog: Call the expert: How to implement a conditional validator?


Community Events











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


podcast zendframework2 series phpunit testing code example conference language development opinion application functional interview unittest framework community object release introduction

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