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

Elegant Proxy detection #14

Closed dustin10 closed 13 years ago

dustin10 commented 13 years ago

Right now the AnnotationDriver checks if the class name contains the Proxies\ string. This not the most elegant solution as this may not be the configured namespace (it is by default). This should be refactored to use a service that checks based on the db_driver configured as the Proxy base class is dependent on this.

dustin10 commented 13 years ago

This has now been resolved.