Yes, but only if you set the constant 'CAKE_ADMIN' to 'cpanel' in app/
config/core.php.

:jc

On 23 Apr., 23:31, shoesole <[EMAIL PROTECTED]> wrote:
> 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 
> atwww.mysite.com/cpanel/users/add
> like you want. If you want the URLwww.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to