Hi everyone ..
I am trying (for the first time) to implement ACL in my app. While I
think I have generally understood how to do that, from reading the
manual and different tutorials, I still have some basic questions:
1. I will need groups. So far I only have a User-model and was
planning to map the groups in the ARO table. When I started to code
that, I figured that I am not doing that the right way, but should add
a Group-table and then map AROs to Groups and Users. Is that correct?
2. This is just for my interest and is probably obsolete with the 1st
question. At the first try I created a user_groups-controller, that
had 'var $uses = array('Aro);' in it (I also have an Aro-Model with a
validation var), and I accessed the Aro-model the usual way ($this-
>Aro->save($this->data)). That worked. Then I added the ACL component,
what caused the Model not to be processed (no validation took place
and even a parse error did not result in a parse error). Why ist that?

thanks a lot,
harpax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to