Ok, i've been breaking my head over this. I'm trying to change the routing of my app so that (for my base controller, lets say 'posts') it will be hidden in the url. That is to say that i can use url's like www.mysite.com/view/1 instead of www.mysite.com/posts/view/1. Effectively just hiding (or re-routing) the controller. Now I know this is possible since this method is used on the cakephp website itself (i.e. http://book.cakephp.org/view/542).
Any ideas how the routes for this situation should be set up? Thanx! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
