标签: php doctrine doctrine-orm php-5.3 collision
我正在学习Doctrine 2,并注意到生成的代理类的名称是原始类的全名,没有命名空间分隔符,并附加Proxy。
Proxy
如果您使用命名空间域模型,并且存在冲突怎么办?
Order => OrderProxy OrderProduct => OrderProductProxy Order\Product => OrderProductProxy (!)
是否可以更改此类代理的命名约定?