doctrine / couchdb-odm

A Document Mapper based on CouchDB
http://www.doctrine-project.org
MIT License
150 stars 53 forks source link

Implement new ProxyFactory code from Common #110

Open beberlei opened 9 years ago

beberlei commented 9 years ago

CouchDB ODM uses its own proxy factory and move to the abstract one from Common

beberlei commented 9 years ago

https://github.com/doctrine/common/blob/ad89591bebea6490fd589f872d0a9ef63e9674a9/lib/Doctrine/Common/Proxy/ProxyGenerator.php

See ORM for implementation details.