Obrigado para a resposta. Porém, eu preciso um web-interface para modificar ACO e ARO artigos. não se por que usar o ACL Behavior, ele é mesmo de o padrão ACL component.
A coisa q eu deseo é, um interface q permiti um administrator fazer isso sim escrevendo codigo no PHP: $group = & $this->User->Group; $group->id = 2; $this->Acl->allow($group, 'controllers/Reports/view'); Então, vou escrever web interfact para ACL para fazer mesmo. On Feb 16, 8:32 pm, huoxito <[email protected]> wrote: > I still have'n created a web interace to control permissioins with aros and > acos but i guess the Acl component would deal with most of the stuff. > > Are you using the Acl behavior on your user model? I don't think that user > should be repeated on the aros table ... -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
