Home Page » xatep
2 Questions by xatep
1
vote
How to make actionCreate() for Tabular input?
Hi
I managed to figure out how to tabular update, but I’m having problems with create.
I have 3 tables = PROJECT, TASK, SERVICE.
PROJECT(id) has many TASKs(project_id).
TASK(service_id) has one SERVICE(id).
Now I needREAD MORE
How to display 2 related models as one in ex. CGridView?
CGridViewmergemultiple models as one
Hi
I have 2 models (tables) which are to be related.
- actionPlan(id, hp_id, up_id, text)
- yearRapport(id, hp_id, up_id, comment)
actionPlan(id, hp_id, up_id, text) yearRapport(id, hp_id, up_id, comment)
As you can see they are related by keys (id, hp_id, up_id).
Now the questionREAD MORE
1 user saved this Question as favorite.
2 Answers by xatep
Favorites of xatep
September 29, 2011 By xatep
How to display 2 related models as one in ex. CGridView?
Solved!Votes: 0Answers: 5Faved: 1
This website counts Questions and 429 Answers by 9232 registered users.