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