Skip to content

Instantly share code, notes, and snippets.

@leopro
Created February 9, 2012 15:22
Show Gist options
  • Save leopro/1780650 to your computer and use it in GitHub Desktop.
Save leopro/1780650 to your computer and use it in GitHub Desktop.
<?php
if ($request->getMethod() == 'POST'){
$form->bindRequest($request);
if ($form->isValid()){
....
return $this->redirect($this->generateUrl('my_route'));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment