select() ->toArray(); } public static function onAfterInsert($model) { $model->sort = $model->id; $model->save(); } }