Home Page » merge
Questions tagged as "merge"
How to merge using data in a related table using groupgridview
I have $dp currently with User information, and sorting on lastvisit for testing purposes. But what I really need is to sort on a reason column in a related table/AR.READ MORE
By mxlav in Extensions · Asked 412 days 6 hours 41 mins ago
Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0
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
