Create A Dashborad In Yii

Hi,

I am newbie to yii. I am doing a small application in Yii.

Lets suppose I have some tables like product, sales, discount, customer,

Now I have done all the Models and Controllers(crud) for these tables. Now when admin wants to enter one new product then he is typing


http://localhost/application/index.php?r=product

. In the same way he has to enter discount to go discount section. Now I want to render all the modules in one application just like dashboard. Where admin can directly make change what he wants from that single page. So can someone kindly tell me how to solve this issue. Any help and suggestions will be really appreciable.