Hi there.

I'm starting with a project which will need the use of ACL to control
permissions.

These are the tables involved in permissions:

Users (a user always will belong to a group)
Groups
Operations

Permissions will be established only between Groups and Operations
like: Group 1 are granted access for the Operation 1, Operation 2, and
Operation 3. Group 2 are granted access only for Operation 2, and so
on.
New groups can be added.

I just created the db schema for cake acl tables, and I'm noticing
that aros_acos table has the fields: _create, _read, _update, _delete
which I believe are used for permissions on controllers actions, is
this correct?

So in my scenario, as I won't establish permissions based on
controllers actions, these fields wouldn't be used right?

Or am I designing permissions in a wrong way?

Thanks in advance

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