Clarification on ACL

2006-07-07 Thread LetUsPrey

I've finally gotten a basic auth system set up using ACL.  That has
helped me understand the thing a lot better, but there's still one part
I'm a bit fuzzy on when it comes to groups.  I want to have groups (say
A, B, C, D) where a user can be a member of one, all, or any
combination of them.  Each group has access to a different section of
the website and the access is not shared.  For example, the following
nested illustration is NOT what I am after.

A
||-B
 ||-C
  ||-D

This is, however, the only way that group access can be done in ACL,
from what I've gathered from the documentation, since each ARO can only
have one parent.  Now this nested style could work with by created an
increasingly large number of 'groups' to handle all combinations of
groups, but this is would be a very ugly thing to do, so I ask am I
missing something in ACL that would make the multiple groups thing
possible, or is there any way to implement what I'm looking for?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Clarification on ACL

2006-07-07 Thread LetUsPrey

Yes, that is what I used for the initial setup, however, it does not
handle the multiple groups in the way I'm looking for without doing the
nested approach I mentioned above.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: HABTM involving 3 tables

2006-06-20 Thread LetUsPrey

Unless I'm misunderstanding that needs to be done each time I want to
access the data, then.  I was looking for a way to do the association
so that it the data could then be accessed through the model, like you
can with other associations.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---