2017-12-11
Gather two return statements in one, in route in Silex

问题内容: I have a (match) route in Silex that displays a form, and then process it with the action method which is localized on the same page (that’s why Im using a match route). So I gotta render the form and redirect the user after submitting the form, but I’m kinda stuck because my action