Top "Doctrine-odm" questions

Doctrine Object Document Mapper is built for PHP 5.3.2+ and provides transparent persistence between PHP objects and data stores such as MongoDB, CouchDB, OrientDB, and PHPCR.

How can I use regular expressions with Doctrine's Mongodb ODM?

I'm trying to use regular expressions to query Mongodb using Doctrine's Mongodb ODM on Symfony 2. I know the PHP mongo …

php mongodb doctrine doctrine-odm
PHP 7 with Doctrine MongoDB ODM

I have a Symfony 2 application that is using Doctrine MongoDB ODM and I'm trying to get this running with PHP 7. …

symfony composer-php doctrine-odm php-7
Binding Zend2 form data from doctrine2 ODM

Is there a better way to bind data from a doctrine2 ODM entity class to a Zend2 form besides using …

zend-framework2 doctrine-odm
How to remove multiple documents in Doctrine MongoDB ODM

How can I remove multiple documents in doctrine mongodb odm? In PHP class I should be able to do it …

mongodb doctrine-odm
Why does recursive submodule update from github fail for DoctrineMongoORMModule?

Is this something I am doing wrong, or a wider bug? If I execute the following git commands in an …

git zend-framework2 doctrine-odm