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.
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-odmI 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-7Is there a better way to bind data from a doctrine2 ODM entity class to a Zend2 form besides using …
zend-framework2 doctrine-odmHow can I remove multiple documents in doctrine mongodb odm? In PHP class I should be able to do it …
mongodb doctrine-odmIs this something I am doing wrong, or a wider bug? If I execute the following git commands in an …
git zend-framework2 doctrine-odm