Creating Authorization In Yii Using Basic User Table

Hi All,

I am a newbie in YII and trying to create a User Authorization (Authentication is workin fine). I have setup my own database and wanted to use user table which is already created.

Please let me know how to create roles and authorization to set up ACL sort of access management system.

Thanks in advance !!

Best Regards,

Vivek Bajpai

A good start might be this tutorial http://chris-backhouse.com/ and this http://www.yiiframew.../prototype.auth

Thanks Gustavo. I created my own Roles & Resources table and permit access accordingly.

It works like a charm. Thanks again :)