最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
smarty html_options 设置默认select 选值
时间:2022-07-02 10:46:44 编辑:袖梨 来源:一聚教程网
smarty html_options 设置默认select 选值
index.php:
require('Smarty.php.class');
$smarty = new Smarty;
$smarty->assign('cust_options', array(
1001 => 'Joe Schmoe',
1002 => 'Jack Smith',
1003 => 'Jane Johnson',
1004 => 'Charlie Brown'));
$smarty->assign('customer_id', 1001);
$smarty->display('index.tpl');
index.tpl:
OUTPUT: (both examples)
相关文章
- 《燕云十六声》奇术箫吟千浪获取方法 06-15
- 《崩坏星穹铁道》3.2流金献主角成就攻略 06-15
- 如何交易LUMIA币?2025OKX交易所高效攻略 06-15
- 《三千幻世》钓鱼玩法攻略 06-15
- 《三千幻世》光系角色培养推荐 06-15
- 《崩坏星穹铁道》3.2豹豹碰碰大作战成就攻略 06-15