Re: [symfony-users] [Symfony 2] How to route with default :action :module style found in Symfony 1?

2011-02-25 Thread stof
On Thu, 24 Feb 2011 22:19:13 -0800 (PST), Theo Chakkapark wrote: > How would I replicate in Symfony 2, what Symfony 1 provided in default > routing? > > default: > url: /:module/:action/* > > I know that with the way Symfony 2 works, I would have to specify the > 'default' bundle to look into

[symfony-users] [Symfony 2] How to route with default :action :module style found in Symfony 1?

2011-02-24 Thread Theo Chakkapark
How would I replicate in Symfony 2, what Symfony 1 provided in default routing? default: url: /:module/:action/* I know that with the way Symfony 2 works, I would have to specify the 'default' bundle to look into for the controller to use and view to execute -- If you want to report a vulnera