色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

php Smarty模板生成html文檔的方法

下面直接發代碼
復制代碼 代碼如下:
<?php
/*
file:config_smarty.php
done:配置Smarty
author:www.5dkx.com
date:2009-12-21
*/
include_once("../libs/smarty.class.php");
class MySmarty extends Smarty{
function __construct()
{
$this->Smarty();
$this->config_dir = "../config";
$this->cache_dir = "../cache";
$this->template_dir = "../template";
$this->compile_dir = "../template_c";
$this->cache = false;
}
}
$smart = new MySmarty();
$smart->assign("title","標題");
$smart->assign("content","內容");
$smart->display('article.tpl');
$output = $smart->fetch('article.tpl');
$Path = "../html/1.html";
$fp = fopen($Path,"w");
fwrite($fp,$output);
fclose($fp);
?>

php技術php Smarty模板生成html文檔的方法,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 大余县| 陕西省| 平塘县| 高州市| 九台市| 桃江县| 恭城| 台北县| 德安县| 安仁县| 喀喇沁旗| 胶南市| 淮北市| 汕尾市| 河间市| 武安市| 息烽县| 洪湖市| 贵州省| 论坛| 磐安县| 静宁县| 镶黄旗| 磴口县| 彰武县| 金秀| 桃源县| 诏安县| 邵武市| 高碑店市| 惠安县| 固安县| 铜梁县| 黑龙江省| 太保市| 吴川市| 禄劝| 枞阳县| 永修县| 江都市| 凤台县|