php中smarty区域循环的方法
本文实例讲述了php中smarty区域循环的方法。分享给大家供大家参考。具体实现方法如下:
<html>
<head>
<title>SmartyTest</title>
</head>
<body>
<tableborder=1>
{foreachkey=key1item=item1from=$array1}
<tr>
<td>{$key1}</td>
<td>{$item1}</td>
</tr>
{/foreach}
</table>
</body>
</html>
<?php
require'libs/Smarty.class.php';//包含Smarty类库文件
$smarty=newSmarty;//创建一个新的Smarty对象
$array1=array(1=>"Simon",2=>"Elaine",3=>"Susan");//定义数组
$smarty->assign("array1",$array1);//对模版中的变量赋值
$smarty->display('test3.htm');//显示页面
?>
另一种方法:
<html>
<head>
<title>SmartyTest</title>
</head>
<body>
<tableborder=1>
{sectionname=section1loop=$array1}
<tr>
<td</td>
<td>{$array1[section1]}</td>
</tr>
{/section}
</table>
</body>
</html>
<?php
require'libs/Smarty.class.php';//包含Smarty类库文件
$smarty=newSmarty;//创建一个新的Smarty对象
$array1=array(0=>"Simon",1=>"Elaine",2=>"Susan");//定义数组
$smarty->assign("array1",$array1);//对模版中的变量赋值
$smarty->display('test10.htm');//显示页面
?>
希望本文所述对大家的php程序设计有所帮助。
热门推荐
10 生日祝福语简短霸气男
11 生日贺卡祝福语简短创意
12 孩子新年祝福语简短精辟
13 春节新年祝福语简短幽默
14 毕业女孩祝福语简短独特
15 剪纸送祝福语大全简短
16 六一祝福语简短十六字
17 简短经典的祖国祝福语
18 简短的祝福语中秋搞笑