I had a similar quandary with this as I found out you couldn't have
sub-directories for controllers. So instead of having URLs like
/admin/posts/add I bit the bullet and put all the actions in the admin
controller and made the URL /admin/posts_add

Not the best solution but code wise it's no different as you just have
all the actions in one controller instead of several

[EMAIL PROTECTED] wrote:
> Hi,
>
> I've been searching all things CakePHP for the last few hours and have
> hopefully found out what I need to for Admin routing e.g.
> /admin/posts/add but it was hard because of all the different advice
> e.g. CAKE_ADMIN or use routes?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to