Re: [symfony-users] symfony 2 + mongodb

2011-03-24 Thread César Hernández
default dir *MongoDB* is Document *in ODM* - ?php /** * User Document */ namespace MiEmpresa\MiBundle\Document; /** @mongodb:Document(collection=Person) */ class Person

Re: [symfony-users] symfony 2 + mongodb

2011-03-23 Thread Jonathan Wage
Looks like you are configuring Entity, what do the classes look like in that folder? Are the mapped to the ODM? - Jon On Tue, Mar 22, 2011 at 10:43 PM, Diego Henrique Oliveira diegoholiveira...@gmail.com wrote: I am trying to configure MongoDB to work in a different folder from the default

[symfony-users] symfony 2 + mongodb

2011-03-22 Thread Diego Henrique Oliveira
I am trying to configure MongoDB to work in a different folder from the default and would like to know if the following configuration is correct, because it is not working as it should. # Doctrine Configuration doctrine_mongo_db: document_managers: default: mappings: