he guys,

i have a propelRouteCollection:

foo:
  class: sfPropel15RouteCollection
  options:
    model:                 Foo
    module:               foo
    prefix_path:          /:sf_culture/foo
    column:               id
    with_wildcard_routes: true

now i want to be able to define something like this:

@foo?action=new             -> /en/foo    (but i needed /en/foo/new)
@foo?bar=baz                  -> /en/foo?bar=baz ("unknown params are
passed through")

for directly jumping to the creation page.

i tried it as seen up there, but it wont work, whats the clue?

thanks
robert

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to