add_skill_column_inuser_index

This commit is contained in:
SoHardKI
2019-07-03 13:55:32 +03:00
parent 9affc6b402
commit def33f55c2
6 changed files with 47 additions and 3 deletions

View File

@ -46,10 +46,12 @@ class UserCardController extends Controller
$status = new Status();
$searchModel = new UserCardSearch();
$dataProvider = $searchModel->search(Yii::$app->request->queryParams);
// $skills = CardSkill::find()->where(['card_id' => 'id'])->with('skill')->all();
return $this->render('index', [
'searchModel' => $searchModel,
'dataProvider' => $dataProvider,
// 'skills' => $skills,
]);
}