标签: php symfony doctrine-orm doctrine
我想制作一个entityB来扩展entityA。在entityA中,我与entityC有许多关系。是否有可能在entityB中多对一? 否则,你能否提供其他建议?
entityB
entityA
entityC
答案 0 :(得分:0)
例如,您可以使用单表继承。它与Symfony无关,它与Doctrine相关:
http://docs.doctrine-project.org/en/2.0.x/reference/inheritance-mapping.html