On 1/4/07, AD7six <[EMAIL PROTECTED]> wrote:
1) adding a field to the relavent table (access_level = 1,2,3) and adding a condition such that only data meeting the condition is returned (access_level <= $userAccessLevel). Obviously this doesn't use ACL at all, but then ACL isn't always the right solution.
I would bet my money on a non ACL approach for limiting access to multiple records/sets and using ACL for things which operate on a single records So you end up with a part which is application specific and a part which is ACL dependent and generic
2) Using ACL and cheating. What do I mean? Consider wanting to find all albums that Bob can access.
I guess what I have said above borders on ACL + Cheating :0) Cheers Tarique -- ============================================================= PHP Applications for E-Biz: http://www.sanisoft.com Cheesecake-Photoblog: http://cheesecake-photoblog.org ============================================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
