wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 438 forks source link

yii2-dynamicform with many to many relations #137

Open AFairuzZ opened 8 years ago

AFairuzZ commented 8 years ago

hei i need help. i have 3 tabel tabel a (id,name) tabel b (id,name) tabel c (id_a,id_b)

can i use yii2-dynamicform with many to many relations?

anyone can give me example to use yii2-dynamicform with many to many relations?

thanks :)

akidonakis commented 8 years ago

I am also interested to see a working model. I created none-composite primary key on my many-to-many lookup tables (ie. table c->id) to get it working to a certain point but am still running into different issues.