首页 > 代码库 > smarty中下拉框的运用
smarty中下拉框的运用
PHP
$this->ci_smarty->assign(‘templet_ids‘, array( ‘1‘, ‘2‘, ‘3‘ ));
$this->ci_smarty->assign(‘templet_types‘, array(lang(‘templet_type_one‘), lang(‘templet_type_two‘), lang(‘templet_type_three‘)));
$this->ci_smarty->assign(‘select_item‘, 1);
$this->ci_smarty->display_common(‘game/templet/templet_add.php‘,$is_modal);
html
<{html_options values=$templet_ids output=$templet_types selected=$select_item}>
smarty中下拉框的运用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。