How to setup a many to many form in Symfony2

前端 未结 2 534
别跟我提以往
别跟我提以往 2021-02-09 08:27

I have three entities, ChannelEntity -> MatchChannelEntity <- MatchEntity, the MatchChannelEntity saves the many to many relations between the other two tables, I want a form

2条回答
  •  孤街浪徒
    2021-02-09 08:59

    I have finally found a workaround for this. You may look into the source code http://www.prowebdev.us/2012/07/symfnoy2-many-to-many-relation-with.html

提交回复
热议问题