我的表单有选择选项和复选框字段。我没有得到那些领域的价值。
1)
$form->dropDownList($model,'vehicle_type',array(''=>'select',1=>'Tempo',2=>'Jeep',3=>'Lorry',4=>'Bus',5=>'Tipper',6=>'Tanker',7=>'Tractor',8=>'Pick up van'));?>
当选择选项时,它将显示1,2,如.how确实改变它。
2)
echo $form->checkBoxList($model, 'general_condition_of_vehicle', array('Ava fitting' => 'Ava fitted', 'Ava working' => 'Ava working', 'Brake Condition' =>'Brake Condition'));?>
对于我选择选项并点击提交按钮的复选框,它不接受它。给出验证错误。