如何在 zend_amf 中使用 Doctrine 实体作为值对象?
我在 Zend 框架中使用 Doctrine,我想使用现有的实体类作为值对象。
我看到的主要障碍是如何处理映射。 我不想丢失有关关联的信息。
有人有这方面的经验吗?
I use Doctrine in Zend framework and I would like to use existing Entity classes as Value Object.
The main obstacle I can see is how to deal with mappings.
I don't want to lose information about associations.
Does anyone has some experience with that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在模型文件夹中使用映射器,就像没有 Doctrine 一样,但您使用的是实体。
You can use Mappers into the models folder like without Doctrine, but you are use a Entity.