gpt4 book ai didi

yii2 - 我如何从 dropDownList Yii2 中获取值而不是键

转载 作者:行者123 更新时间:2023-12-03 01:00:40 26 4
gpt4 key购买 nike

Yii2 中的 yii\widgets\ActiveField\dropDownList() 通常会从选择中返回 pare ['key' => 'value'] 中的键。我怎样才能得到这个值?

最佳答案

对键和值使用相同的值

在这个示例国家/地区有代码和名称,mao 为您提供关键值

  $listData=ArrayHelper::map($countries,'code','name');

在此示例中

 $listData=ArrayHelper::map($countries,'name','name');

给你值(value),值(value)

echo $form->field($model, 'name')->dropDownList($listData, ['prompt'=>'Choose...']);

关于yii2 - 我如何从 dropDownList Yii2 中获取值而不是键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34374568/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com