摘要:
设置 View Code <?php require './libs/Smarty.class.php'; $smarty = new Smarty; $smarty->template_dir = './templates';//模板目录 $smarty->compile_dir = './tem 阅读全文
摘要:
MyMiniSmarty.class.php View Code 1 <?php 2 /** 3 * 模板类 4 * 1、读取模板文件 5 * 2、把模板文件替换成可以运行的php文件 6 * 3、包含缓存机制--文件 7 */ 8 9 class MyMiniSmarty { 10 //var 为 阅读全文
摘要:
环境:php5.3 apache2.2 下载http://pear.php.net/go-pear.phar go-pear.phar,放入php目录 此目录运行命令行 php.exe go-pear.phar 依次设置完成安装 阅读全文