Static Pages And Yii Users And Rights Extension

Hi everyone,

I am still new to Yii and would like to know what is the best way to do this job please.

I have installed Yii Users and Rights and it is working.

I need to create a website where multiple shops will post their own news.

Each shop will have 1 single page and each shop will have only 1 admin.

I created a model called Shopname that let the user input a page title and page content.

I have also created another model that will hold the shop names and locations.

I wanted to assign 1 user per shop and one shop per news page.

Would creating static pages work in this way?

If yes, how can I assign 1 user per static page please?

Thank you,

Ben