Wiki

Articles tagged with "many_many", sorted by ratingX
Displaying 1-3 of 3 result(s).

Accessing data in a join table with the related models

Created about a year ago by fsbHow-tos7 comments – viewed 36,075 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.

Displaying, sorting and filtering HasMany & ManyMany relations in CGridView

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