Esempio n. 1
0
<?php

$fields = \worstinme\zoo\models\Elements::find()->where(['app_id' => Yii::$app->controller->application->id, 'type' => 'textfield'])->all();
$fields = \yii\helpers\ArrayHelper::map($fields, 'id', 'title');
?>

<?php 
echo $form->field($model, 'related_fields')->dropDownList($fields, ['multiple' => 'multiple']);