I have two models that have a MANY_MANY relationship with each other. The table that connects the two models has a third column describing the nature of the relationship. Is there any way I can access this third column of the joining table?
I have two models that have a MANY_MANY relationship with each other. The table that connects the two models has a third column describing the nature of the relationship. Is there any way I can access this third column of the joining table?
Possible solution:
http://www.yiiframework.com/forum/index.php?/topic/4297-additional-fields-in-link-table-manytomany
Yeah, that would probably work. Thanks