Essentially ... what makes the Admin Routing so special, and why should I use it? What's the advantage over just having all the checks in my own code? (ex: checks that they're logged in as admin and have the right permissions)
On Oct 28, 1:33 pm, Brenton B <[EMAIL PROTECTED]> wrote: > Quick question as to what would be the best Cake-y setup: > > So I've got a list of Users who can either be Admin, Editors, or > simply Members. > Members can edit their own profiles, but Admin can also edit anyone's > profile (at this point Editors are just normal Members with special > status). > > When it comes to admin routing, should that only be used for strictly > Admins and not Members? > Ex: > /profiles/edit -> what Members use and there's a check that the > profile matches with the member > /profiles/admin_edit -> only Admin uses this. > > And how would that all work with ACL? It seems like there's a wee bit > of overlap here. > > How have people set this up? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
