Re: [symfony-users] Method option in sfPropelRoute not accepted

2010-07-14 Thread Daniel Lohse
http://www.symfony-project.org/reference/1_4/en/10-Routing#chapter_10_sub_method_for_criteria :) On 14.07.2010, at 13:20, HAUSa wrote: > I got a feeling that my method option is ignored: > > advertisement_show: > url: /:sf_culture/advertisement/show/:id/:slug/* > class: sfPropelRoute >

[symfony-users] Method option in sfPropelRoute not accepted

2010-07-14 Thread HAUSa
I got a feeling that my method option is ignored: advertisement_show: url: /:sf_culture/advertisement/show/:id/:slug/* class: sfPropelRoute options: { model: Advertisement, type: object, method: adsasdgas } param: { module: advertisement, action: show } requirements: sf_metho