瞎逛悠
高级会员

无欲则刚
UID 64733
精华
0
积分 560
帖子 230
金钱 560 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2005-6-14
状态 离线
|
[推荐阅读] [新浪.Sina]互动社区(博客&论坛)第二轮招聘~火爆进行中
调用方法
建立两个文件夹:template,cache
建立一个html文件 test.html
内容为:
{$test}
php code:
------------
require("template.class.php");//类别自己可以改
//想生成静态页面,就设置缓存时间比如一天24个小时保持不变化
$temp->cache_delay_time=24*60*60;//s
$temp = new temp("test.html");
if($temp->check())
{
$temp->replace("test","haha");
$temp->play();
}
|  person help person. |
|