hello all;

I'm setting up an application with complex permissions and I have a
bunch of questions. I'm trying to setup a web interface to let
administrators specify which groups have which permissions. Is that
possible/reasonable? I also want each user to have edit/delete access
to their own stuff (like galleries and reports), manager-group access
to almost everything, and most users read-only access to most actions.

Right now in my AROS there's this:

id      parent_id       model   foreign_key     alias   lft     rght
1               Group   1       (null)  1       14
2               Group   2       (null)  15      18
3               Group   3       (null)  19      26
5       1       User    1       Piousbox        2       3
6       2       User    2       (null)  16      17
7       3       User    3       (null)  20      21
8       1       User    4       (null)  4       5
9       1       User    5       (null)  6       7
10      1       User    1       Piousbox        8       9
11              User    6       (null)  27      28
12      3       User    7       (null)  22      23
13      3       User    8       (null)  24      25
14      1       User    9       (null)  12      13
15      1       User    10      (null)  10      11

so in id's 5 and 10 the user Piousbox repeats. Is that a problem,
should I worry about this repetition or no?

How would I begin to write a web interface to AROs and ACOs?

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

Reply via email to