Hi I'm new to cakephp and I've some newbie questions. I'm creating a cms for my own website.
I have the admin controller located at site.com/admin, there I have many functions like add users, upload images, etc. I was using the admin_controller for each of that function but I think it will be better if I use a controller for each function. It's ok so far but, I want to access these functions in, for example, site.com/ admin/upload or site.com/admin/edit/userName. However I can only access those functions by going to site.com/upload or site.com/edit/userName, I can't access through /admin/ because it's not part of admin_controller. My question is, is it possible to access these controllers by /admin/ ? How? Thanks, Rodrigo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
