I want to use ACL such that the actions of a controller are limited to
some users.
I have 3 AROs group
Administrator
Addonly
Readonly
I want to create ACO so that Readonly users can visit only /index page
of any controller, Addonly users cannot visit /edit and /delete, and
Administrator can visit all of them
That is
Administrator -> can access all pages
Addonly -> can access only /*/add and /*/index but not /*/edit/
* and /*/delete/*
Readonly -> can access only /*/index
I have seen the cake's manual but it doesn't give the real example.
So, please send me the sample code how I can do it...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---