Exemple #1
0
 function bindraz()
 {
     $model = new Work();
     $model->bindraz();
     $this->redirect('/' . $_GET['parent'] . '/');
 }