Guest User

Untitled

a guest
Aug 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class derivacion_oj_cActions extends autoDerivacion_oj_cActions
  2. {
  3. public function executeNew(sfWebRequest $request)
  4. {
  5. if (!$request->isXmlHttpRequest()){
  6. $this->forward('inicio', 'index');
  7. }
  8.  
  9. $this->form = $this->configuration->getForm();
  10. $this->derivacion_ojc = $this->form->getObject();
  11.  
  12. }
  13. }
Add Comment
Please, Sign In to add comment