Tagged: CActiveForm

提交之后的POST打印 0

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!

浏览量: 0 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...