[symfony-users] Re: URL transform

2009-11-03 Thread Gábor Fási
url: /advertisement/index/category/:id class: sfPropelRoute I'll leave the rest to you :P On Tue, Nov 3, 2009 at 12:43, HAUSa jeroen_heeft_behoefte_aan_r...@hotmail.com wrote: When I use url_for('advertisement/index?category=' . $subcategory- getId()), the URL output is

[symfony-users] Re: URL transform

2009-11-03 Thread HAUSa
It's not a sfPropelRoute, it has to be a request parameter. The category id is a parameter, it is a advertisement object. On 3 nov, 14:23, Gábor Fási maerl...@gmail.com wrote: url: /advertisement/index/category/:id class: sfPropelRoute I'll leave the rest to you :P On Tue, Nov 3, 2009 at

[symfony-users] Re: URL transform

2009-11-03 Thread Eno
On Tue, 3 Nov 2009, HAUSa wrote: It's not a sfPropelRoute, it has to be a request parameter. The category id is a parameter, it is a advertisement object. On 3 nov, 14:23, Gábor Fási maerl...@gmail.com wrote: url: /advertisement/index/category/:id class: sfPropelRoute Any reason you're

[symfony-users] Re: URL transform

2009-11-03 Thread Eno
On Tue, 3 Nov 2009, HAUSa wrote: It's not a sfPropelRoute, it has to be a request parameter. The category id is a parameter, it is a advertisement object. On 3 nov, 14:23, Gábor Fási maerl...@gmail.com wrote: url: /advertisement/index/category/:id class: sfPropelRoute Actually ignore