smarty静态实验表明,网络上是错的~呵呵
2018-09-07 13:59
阅读:255
复制代码 代码如下:<?
require_once(Smarty/libs/Smarty.class.php);
$smarty=newsmarty();
$smarty->templates_dir=templates;
$smarty->templates_c_dir=templates_c;
$smarty->left_delimiter=<{;
$smarty->right_delimiter=}>;
$smarty->assign(title,你成功了);
$smarty->display(test.html);
$content=$smarty->fetch(test.html);
$fp=fopen(ok.html,w);
fwrite($fp,$content);
fclose($fp);
?>
上一篇:PHP实现的文件上传类与用法详解
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:smarty静态实验表明,网络上是错的~呵呵
文章链接:http://soscw.com/index.php/essay/13095.html
文章标题:smarty静态实验表明,网络上是错的~呵呵
文章链接:http://soscw.com/index.php/essay/13095.html
评论
亲,登录后才可以留言!