Yii::t('common/product','All' ) ]; $o = $all + $options; return $o; } $products = mkOptions( ArrayHelper::map( Product::find()->all() ,'id_product','name') ); $users = mkOptions( ArrayHelper::map( User::find()->all() ,'id','username') ); ?>