doctrine/DoctrineMongoDBBundle

Feature request: Implement a DocumentType or MongoDocumentType Field à la EntityType field

landure opened this issue · 2 comments

Symfony provides a simple way to create select fields from database tables using the EntityType field.

Unfortunately, as far as I was able to find, Doctrine ODM does not provide an equivalent field for MongoDB (or couchDB). Thus this feature request:

Please create a (simplified) DocumentType field that allow to fetch its data from a MongoDB (or CouchDB) Document.

Thank you for your work.

Ok thank you, my bad.