If you preface any function in your controller with cpanel_ then it will have the path you are desire.
For example, in your users_controller file you will have a function called cpanel_add(). Then that will be avaliable at www.mysite.com/cpanel/users/add like you want. If you want the URL www.mysite.com/cpanel/users/ to be a list page, simply make your index function in users_controller cpanel_index(). Hope that helps. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
