You actually want to reference the model then the aco in question. For example, if you have a Users model and you want to identify a user with an id of 1, you would actually write: User.1
Not simply "1." That's very confusing and ambiguous in the documentation. Took me a while to figure it out. Also a heads up: you almost certainly will want to use the Console to do a lot of the initial setup for your ACLs. But take a careful look at the code, because the --help menus don't explain what comes first, the ACO or the ARO in the function call. I put in to have the help menu updated - even gave them a patch over at Lighthouse - but I haven't seen it yet. I would love to take some time and rewrite parts of the ACL documentation in the book but oh, man, is that a tall order. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
