PHP 模板smarty练习
PHP 模板smarty练习一.练习环境
http://i2.运维网.com/images/blog/201807/16/532002b13a57a3beffda7c60e555e770.jpg
smarty_inc为smarty lib库
smarty_inc.php导入库文件
二.smarty变量练习
$smarty->assign 设置传输变量
$smarty->display 加载模板
index.php
index.html
smarty test
{$str}
访问localhost/smarty/index.php 直接转到index.html
this is my home!
三.smarty数组练习
index.php
页:
[1]