Is Doctrine able to detect n-m relations in a db using generateModelsFromDb?
- by murze
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?