So let me get this right (first time i've done this) :)

I have a model, user.php which contains the columns `id` and `name`.
A row in the table for this model contains ( 1, 'chris').

i create an ARO like this;
  ./cake acl create aro root user.1

So now when i call $this->Acl->check('chris', 'users/add', '*');

this will ask if the user named chris (who is the first ARO) can have
access to the controller/action users/add.

Is this correct?

I am a little confused because when I do ./cake acl view aro it
displays the id [1] but there is no string after this to refer to the
ARO.

Thanks in advance,

Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to