Hello folks,
Can any one explain me the working of Auth->authorize = "actions"
In my project i am planning tp give this.
As this taught me the authorize will call the $this->Aro->check($user,"controllers/:controller/:action")
This will check the against the user right??
that means the user should be there in aros table.
But i don't need this to check against user but i need to check against a group
How can i achive this.
now when the users is not in Aro table it showing the
So that The Aro's will be only the groups and adding of users to the Aros is needed
thankz in advance