On 14.10.2010 02:55, fa wrote: > Could it be possible to have a this feature (or special route > definition syntax ) to have many routes in only one. > The goal is to have the parameters not mandatory AND ALSO their order > of appearance in url may change...!
Sounds to me that if you have a variable amount of parameters that can have a variable order, it's a perfect use case for GET parameters. I don't think you should try to make everything fit into the actual route pattern. Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- 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 developers" 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-devs?hl=en
