I was digging a bit in the symfony core today, and I found that sfRouting listens to the request.filter_parameters event. What wonders me is that if I look at the generated config_factories.yml.php, the request is instantiated before the routing and the event is fired before the routing even exists; is there any chance this event is fired more than once, and if in which cases?
I'd be glad if you could clear that one up. Kind regards Johannes -- 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.
