<?= $form->field($model,'cat_id')->dropDownList(Cats::find() ->select(['cat_name','id']) ->indexBy('id')
->column(),
['prompt'=>'请选择状态']);?>
分类下拉 可以这么写 更方便
->column(),
['prompt'=>'请选择状态']);?>
分类下拉 可以这么写 更方便
2016-12-05
可以修改这个组件里的内容,http://www.runoob.com/try/try.php?filename=bootstrap3-plugin-carousal-caption
2016-12-03
遇到了很多问题,不过这种入门的很少见,谢谢老师。看不清的同学换一下高清就好了,基本还是可以的。不要乱嚷嚷,又没谁强迫你们看,搞得像是被JQ了似的,那么大火气干啥。
2016-12-02
/*site.css ---- view.php */
.page-title h1{
font-size:18px;
margin:4px 0 10px;
}
.page-title span {
color:#999;
font-size:12px;
margin-right:5px;
}
.page-content{
border-bottom:1px solid #eee;
margin-botttom:10px;
min-height:400px;
}
.page-title h1{
font-size:18px;
margin:4px 0 10px;
}
.page-title span {
color:#999;
font-size:12px;
margin-right:5px;
}
.page-content{
border-bottom:1px solid #eee;
margin-botttom:10px;
min-height:400px;
}
2016-11-30