关于Smarty学习
时间:2006-06-15 来源:yanjing5462
一、select下拉框/checkbox复选框/radio单选钮的处理:
selectid="myselect" name="myselect">{html_options options=$arr selected=$x} select>
{html_radios values=$ids checked=$checked separator='' output=$names}
{html_checkboxes values=$ids checked=$checked separator='' output=$names}
相关阅读 更多 +