Guest User

Untitled

a guest
Jun 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. protected function processForm(sfWebRequest $request, sfForm $form)
  2. {
  3.  
  4.  
  5.  
  6. if ($form->isValid())
  7. {
  8. $video = $form->save();
  9. $values = $this->form->getValues();
  10. $this->redirect('video/edit?id='.$video->getId());
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment