vote up 0 vote down star

What is the method to save and update Many to Many relationship in Yii framework?

flag

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.