首页 > PHP资讯 > PHP培训技术 > thinkphpsmarty的使用

thinkphpsmarty的使用

PHP培训技术

1、下载smarty 加载到 ThinkPHP/Extend/Vendor/Smarty

2、ThinkPHP/Conf/convention.php 中定义

  1.  'TMPL_ENGINE_CONFIG' =>array
  2.  'caching' => false, //是否生存缓存 
  3.  'template_dir' => TMPL_PATH,//模板目录 
  4.  'cache_dir' => TEMP_PATH,//缓存目录 
  5.  'left_delimiter' => '{',// 左边界 
  6.  'right_delimiter' => '}',//右边界 
  7. ), 

3、下载thinkphp 官方扩展 

ThinkPHP_Extend_3.1.2/Extend/Driver/Template/TemplateSmarty.class保存到     ThinkPHP/Lib/Driver/Template/TemplateSmarty.class

PHP培训技术

本文由欣才IT学院整理发布,未经许可,禁止转载。
支持1不支持0