User Restriction On Urls

Hi ,I have users stored in database in yii application.As Yii controller function as accessRules() where it has permission for all ,for authenticated ,and for admin access levels ,however,there is no provision to limit of certain urls to be allowed to specific users.

I want to manage urls permission to users.some users will be allowed for certain urls and other will be restricted.How can I do this ?

Thanks

Moved from Yii-powered Applications to General Discussion for Yii 1.1.x.

Use Yii Rights Extension

http://www.yiiframework.com/extension/rights/