标签:
<?=Html::activeDropDownList($searchModel, ‘brand_id‘, ArrayHelper::map(Brand::find()->where([‘user_id‘=>\Yii::$app->user->id])->asArray()->all(),‘id‘,‘name_zh‘), [‘class‘=>‘form-control input-sm‘,‘prompt‘ => ‘请选择品牌‘])?>
<?=Html::activeTextInput($searchModel, ‘name‘, [‘class‘=>‘form-control input-sm col-md-3‘, ‘placeholder‘=>‘输入您要查找的店铺关键字‘])?>
标签:
原文地址:http://www.cnblogs.com/wangjinke/p/4727462.html