dustin10 / VichGeographicalBundle

A Symfony2 bundle which provides geographical features for ORM and ODM entities and object oriented javascript maps rendering.
104 stars 26 forks source link

DoctrineODM support? #7

Closed laczoka closed 13 years ago

laczoka commented 13 years ago

Hi,

without delving too much into the code, I noticed you're using the DBAL to query entities. Do you think it could work with DoctrineODM (MongoDB) as well?

Thx

Las

dustin10 commented 13 years ago

It won't work with ODM as it is right now. I have been meaning to add ODM support but have not had time. I will work on this.

dustin10 commented 13 years ago

I have just commited a first version of a refactoring with ODM support.