[Answered] Why are many-to-many Entities not created via export?

0 votes
asked Nov 13, 2018 in How To & Manuals by romanfeldhoff (160 points)
edited Nov 22, 2018 by ludek.vodicka

We are exporting to doctrine2 annotations, but can not find the many-to-many relationships we create as entities. Why might that be?

1 Answer

+1 vote
answered Nov 13, 2018 by ludek.vodicka Skipper developer (140,450 points)
selected Nov 13, 2018 by romanfeldhoff
 
Best answer

Hi,

it's because Doctrine2 doesn't support Many-to-many entities ;-).

Doctrine2 creates mn relations against two entities automatically without ability MN entity. Please check Doctrine2 documentation where you will find more information.

commented Nov 13, 2018 by romanfeldhoff (160 points)

Thank you :-)

...