What is the method to save and update Many to Many relationship in Yii framework?
|
|
Unless you create a model for the table between the two main tables, your only option is to use DAO (Database Access Object) and specify SQLs with it. Have a look at how blog demo accomplishes this task. |
||
|
|
