Hello,
I’m testing Yii with a easy app to learn to use it.
The app it is very simple, only 3 tables:
activity
user
activity_user (to link what users are in the activity).
So I already implemented the user and activity, but now I don’t know how to assign users to certain activity.
I’m reading “Web Application Development with Yii”, and maybe I could try some example from comments part, but in thats examples I don’t see how can I get in the update and view views the current user list attached to that activity (I need buttons too to remove already insert users or from update to add new users).
Could you give me some tips ?
Thanks and regards.