I have a Client Model and an Order model, created with gii. As well and their respective CRUD views created with gii. The tables are related and they have foreign key constraints.
When I view a client, I would like to show the orders listed for that client.
How can that be accomplished?
Something like this: