I try to work with Auth+ACL in 1.2. I understand how to work Auth with other types of authorizations. But with 'actions ' types (other than simple CRUD) - I can't. :(
For example: I have a contoller 'photos' with 'index','view','full_view', 'add', 'edit', 'enable', 'disable' and 'delete', 'add_comment', 'edit_comment', 'delete comment' actions. It work with 'photos' and 'comments' tables. If I want that guests can do only view action, registered users - add, full_view, add_comments, photos and comments owners - edit, enable, disable and edit_comment, moderators - also index and action for any photo or comment, except delete, admins all these action. Then what I must have in aco and acos_aros tables? Where I must put a type of action? Or I must classify all my actions for CRUD narrows? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
