Does RBMC still need accessRules?

Hi guys,

I am new to Yii and am just getting started with the role based authentication. I have a quick question, if I am using the role basess access control method, do I still need to define the filers() and accessRules() methods in my controller? I don’t think so, but am just checking.

Thanks!

Bala

ok I figured it out, I can still use the accessRules method, I just call my rules arrays "role" instead of "users".