How to make a dropdown in yii2 using an activeform and a model? Since all the methods has changed in yii2,how it is done
dropdown
yii2
activeform
If you made it to the bottom of the list. Save some php code and just bring everything back from the DB as you need like this:
$items = Standard::find()->select(['name'])->indexBy('s_id')->column();