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 using doctrine/mongodb 1.0.0-BETA1 in a symfony2.1 install. So i'm trying to force my repository to call data from …
symfony-2.1 doctrine-odmI'm using this tutorial, which gives a detail explanation about how to set up CodeIgniter and Doctrine. I'm using CodeIgniter 2.1.0 …
codeigniter doctrine doctrine-orm doctrine-odmFollowing the documentation found here I enter php bin/console make:entity Product in Terminal and get the following error: […
php symfony terminal doctrine-odmI wonder if there is an equivalent to the MySQL-Query: SELECT COUNT(*) FROM users in MongoDB ODM? This might work: $…
mongodb doctrine-odmI have been trying out Symfony 2.2, the FOSRest Bundle (using JMS Serializer), and Doctrine ODM using MongoDB. After many hours …
php mongodb symfony doctrine-odm fosrestbundleI could use some help on this problem. I'm creating an application using Symfony2 + mongodb + doctrine. I just want to …
php mongodb symfony doctrine-orm doctrine-odmIs it possible to compare the state of an entity object between the current "dirty" version (an object that has …
php symfony doctrine-orm doctrine-odmWhen setting up ZF2 + ODM, I'm getting the following error: The class 'Application\Document\User' was not found in the …
mongodb doctrine-orm zend-framework2 doctrine-odm odmI'm using symfony2 and mongodb, until today, everything is OK, but I create a new document, and suddenly, appears this …
mongodb symfony doctrine-odmI have an abstract parent (mapped super-)class which has several children with different properties which I'd like to deserialize. …
symfony deserialization doctrine-odm jmsserializerbundle