pgup12 发表于 2018-12-11 12:24:09

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]
查看完整版本: PHP 模板smarty练习