Пример #1
0
 public function actionMoveBefore()
 {
     $this->_model->moveBefore(Yii::$app->request->post('pk'));
 }