Hi,
I was install rights module in fresh project yii, that i do the login from the database.
All things for the super Admin working fine and no limit in authorization.
But for the other user, when i extend my controller from
i can't access to any action since i was assigned to the user in the admin panel rights module.
What's wrong? please help..
I was install rights module in fresh project yii, that i do the login from the database.
All things for the super Admin working fine and no limit in authorization.
But for the other user, when i extend my controller from
RController, and i was added the filter function :
public function filters() { return array( 'rights', ); }
i can't access to any action since i was assigned to the user in the admin panel rights module.
What's wrong? please help..