I too am interested in this question! Well, I am even more interested
in the answer!

I did some research. Here is the code for symfony 1.0 version:
http://trac.symfony-project.com/browser/branches/1.0/lib/controller/sfRouting.class.php
And here is how it is supposed to work: 
http://www.symfony-project.org/api/1_0/sfRouting

I found an OLD post on the subject...not sure if this has any useful
information:
http://www.symfony-project.org/forum/index.php/m/61/
And some other forum threads...
http://www.symfony-project.org/forum/index.php/m/14099/
http://www.symfony-project.org/forum/index.php/m/3602/

I'll work on this later tonight. It would be great to come up with
some good documentation about how to do this. I tried the methods
listed in the book this morning without success.

On Mar 31, 9:03 am, "Olivier LOYNET" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've created a routing rule to match a filter param in my routing.yml file
> but it doesn't work.
>
> pro_material:
>
>   url:   /the-professional-material
>
>   param: { module: material, action: list, filter: filter,
> filters%5Btype_id%5D: 1}
>
> for the URL:
>
> /material/filter/filter/filters%5Btype_id%5D/1
>
> I've test also :
>
>  param: { module: material, action: list, filter: filter, filters[type_id]:
> 1  }
>
>  param: { module: material, action: list, filter: filter,
> filters\[type_id\]: 1  }
>
> but none of these match
>
> A idea ?
>
> Olivier
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to