Short answer: no, you don't have to change the names of your actions. You could try to 'map' them into crud or use action based acl.
Complete one: http://book.cakephp.org/view/641/Simple-Acl-controlled-Application --- kiang On Jun 11, 7:08 pm, Paulos23 <[email protected]> wrote: > Hi people, > As i am building my 1st ACL app and i am facing some problems i 'd > like to ask a question: > When i run ----> cake schema run create DbAcl the 3 tables are created > (aros,acos,aros_acos) > In my users controller i have the following functions : add(not > create),edit (not update),view(not read),delete,change_status. > Is the name convention in acos and aros_acos table so important so > that the permissions would be fine? > I mean am i supposed to change my functions name to create,read etc? > And what about the other which are not included in acos table? > > Ty in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
