In Yii, the submission array of the checkbox list generated by the checkboxList of the CactiveForm is written to the database to convert to a string!
View code:
View interface:
Post print after submission:
Requirement: question_type is to be inserted into the database, as a string
Solution 1, directly reset $_POST[‘QuestionOrder’][‘question_type’]:
Reprint out the POST variable:Solution 2:
The result is that both solutions can be inserted in the question_type problem type (1 replenishment, 2 exchange, 3 returns, 4 refunds, 5 others) fields:|1|3|4|.

