Exemplo n.º 1
0
 function edit()
 {
     $model = new Reference();
     $model->edit();
     if ($_POST['parent'] != 0) {
         $this->redirect('/reference/' . $_POST['parent'] . '/');
     } else {
         $this->redirect('/reference/');
     }
 }