select取数据库值设为默认值,TP框架模板中ifelse

Posted apolloren

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了select取数据库值设为默认值,TP框架模板中ifelse相关的知识,希望对你有一定的参考价值。

<select id="c-group" data-rule="required" class="form-control" name="row[group]">
{volist name=‘group_list‘ id=‘group_list‘}
<option value=‘{$group_list.name}‘ {if $group_list.name==$row.group} selected="selected" {/if}>{$group_list.name}
</option>
{/volist}
</select>

以上是关于select取数据库值设为默认值,TP框架模板中ifelse的主要内容,如果未能解决你的问题,请参考以下文章

TP框架模板中默认值输出

怎么把数据库中的某个表的某个字段默认值设为0?

如何将第一个下拉值设为无

多元线性回归时引入和剔除变量的p值设为多少为宜

怎么将checkbox,radio,select控件设置为只读,不可选

怎样把gis中0值设为nodata