[symfony-users] Re: actions in generator.yml

2010-07-20 Thread Martin Henits
Thanks. it works. But I still don't know why symfony creates the link in that way. On Jul 20, 10:53 am, Tom Ptacnik wrote: > You can create this route and map it to your action > > my_foo_action: >   url:         /my_module/foo/action >   param: { module: my_module, action: foo} > > On 17 čnc, 2

[symfony-users] Re: actions in generator.yml

2010-07-20 Thread Tom Ptacnik
You can create this route and map it to your action my_foo_action: url: /my_module/foo/action param: { module: my_module, action: foo} On 17 čnc, 20:12, Martin Henits wrote: > Hi all, > > I wrote the following piece of code in the generator.yml of a module: > > list: >   actions: >