Hi,

Im building an App for a school managament, we have schools, each
school has many teachers and students.

We need to allow each school to manage their permission for each
teacher and students, both globally and user-specific.

For this requirement i think I need an ACL solution with 3 levels:

Student  --> At this level we setup the global permission for all schools
   School-id  -> At this level schools can personalize their
permission for their students
       student-id  --> At this level schools can personalize they
student-specific permissions
   School-id.
       student-id
   …
Teacher
     School-id
         teacher-id

This will work with cakephp ACL ?

What do you suggest in order to implement this feature

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to