> [mailto:[EMAIL PROTECTED] On Behalf Of Matt > 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
If you use admin routing, /admin/posts/add will call admin_add() in your posts_controller.php. If you want to use other sub-directories in addition to admin, then I believe the correct route (no pun intended) would be a plugin. Regards, Ryan --- Ryan Ginstrom [EMAIL PROTECTED] / [EMAIL PROTECTED] http://ginstrom.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
