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