Thanks for the reply Jeremy, but what I'm actually looking for is a way to do this automatically.
In the same way that routes configuration is set up to handle /:controller/:action/*, I would like to set up /:controller_singular/* which would go to the view action. i.e. not naming individual controllers in the route config, have it happen automagically. On Nov 15, 4:28 pm, jeremyharris <[email protected]> wrote: > Check out:http://book.cakephp.org/view/945/Routes-Configuration > > There's examples for your very request about halfway through. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
