Wiki

Articles tagged with "many_many"X
Displaying 1-3 of 3 result(s).

Displaying, sorting and filtering HasMany & ManyMany relations in CGridView

Created 8 months ago by yJeroenTutorials8 comments – viewed 16,499 times – ( +11 )
This tutorial gives you multiple options of how to fully implement showing, sorting and filtering related data in gridviews.

Accessing data in a join table with the related models

Created about a year ago by fsbHow-tos7 comments – viewed 36,299 times – ( +18 / -1 )
Sometimes the right place to store application data is in a join table. For example, movie viewers either like or don’t like the movies they watched.