adding a function for saving an array of user responses

This commit is contained in:
iIronside
2021-11-15 12:57:21 +03:00
parent 5fdc9cabcf
commit 87121dbdc8
6 changed files with 1106 additions and 8 deletions

View File

@ -37,7 +37,6 @@ $this->params['breadcrumbs'][] = $this->title;
// ],
[
'filter' => Question::find()->select(['question_body', 'id'])
->andWhere(['questionnaire_id' => ''])
->indexBy('id')->column(),
'attribute' => 'question_id',
'value' => 'question.question_body'