色尼玛亚洲综合影院,亚洲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文檔的方法,轉載需保留來源!

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

主站蜘蛛池模板: 东丰县| 营口市| 和龙市| 囊谦县| 金堂县| 治多县| 平南县| 东台市| 靖安县| 舟曲县| 六安市| 云阳县| 卢龙县| 衡阳市| 博野县| 隆尧县| 托克逊县| 张家界市| 北安市| 绍兴县| 昔阳县| 河东区| 河间市| 安福县| 阿荣旗| 筠连县| 揭西县| 晋中市| 南召县| 沛县| 富源县| 越西县| 宁晋县| 海盐县| 巴塘县| 米易县| 威信县| 横峰县| 当涂县| 怀安县| 泽普县|