0 votes

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

in How To & Manuals by (160 points)
edited by

1 Answer

+1 vote
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.

by Skipper developer (141k points)
selected by

Thank you :-)