Is Doctrine able to detect n-m relations in a db using generateModelsFromDb?
Posted
by murze
on Stack Overflow
See other posts from Stack Overflow
or by murze
Published on 2010-04-13T14:00:26Z
Indexed on
2010/04/13
14:03 UTC
Read the original article
Hit count: 308
When using generateModelsFromDb to generate the models Doctrine makes one to many relations between the relation table and the base tables instead of generating a nm-relation between the base tables themselves. Is there any way to let generateModelsFromDb detect the n-m relation?
© Stack Overflow or respective owner