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

Derick Rethans: Debugging Connections with the MongoDB PHP driver

WebCheatSheet.com: Secure File Upload with PHP

International PHP Magazine: Poll: Which is your favorite trick in running Symfony with Subversion?

Spindrop.us: sfZendPlugin (a Zend Framework plugin for Symfony)

SpinDrop.us: Using Zend Search Lucene in a symfony app


Community Events











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


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

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