I have a site where a user creates certain items. I want that user himself can CRUD his own profile and other users can only READ this user profile. Similarly, the user who created the item has CRUD rights over that item and other users can only READ. Is ACL an overkill for such simple task or should I simply cook up something on my own which would do this job. I can do it, its just that I am not sure if I should use ACL or my own checking to do the above control.
What do you guys suggest? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
