예제 #1
0
 /**
  * @inheritDoc
  */
 public function behaviors()
 {
     return ArrayHelper::merge(parent::behaviors(), [['class' => SortableController::className(), 'model' => ColTable::className(), 'ordercol' => 'sort_no']]);
 }