Advertisement
Guest User

Untitled

a guest
Sep 30th, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. if (!empty($this->data)) {
  2.             if ($this->Modalidad->save($this->data)) {
  3.                 $this->Modalidad->create();
  4.                 die("Entro");
  5.             } else {
  6.                 $this->Session->setFlash('Ocurrieron errores salvando los datos', 'default', array('class' => 'example_class'));
  7.             }
  8. } else {
  9.             $this->render();
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement