Just in case there's some confusion in what you're asking, I'll just link you to a bakery article that describes how to create admin-style routing, as well as a link to the Cookbook on prefix routing (and how to set it up in your controllers) by ADmad in the comments http://bakery.cakephp.org/articles/view/secrets-of-admin-routing.
On Aug 15, 10:49 pm, "Dave Maharaj :: WidePixels.com" <[email protected]> wrote: > I was wondering if this is possible. > > I currently have my normal admin routing set up for admin_ > I want to add manage_ to controllers that allow users to manage their > account but when logged in i want them to be able to access a few regular > functions that will not have manage_something. For example they login I do > not want to have a manage_index in Posts controller, i want them to simply > access index function. > > How can I set something like this up? > > Thanks > > Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
