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

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

主站蜘蛛池模板: 万荣县| 隆林| 肇庆市| 新河县| 大渡口区| 富锦市| 芜湖县| 栾城县| 民丰县| 宜宾县| 鞍山市| 扶沟县| 凤翔县| 四平市| 龙岩市| 乐陵市| 莎车县| 鄂温| 墨江| 临夏市| 大宁县| 民和| 东台市| 翼城县| 湘西| 华阴市| 日照市| 军事| 兰西县| 巴南区| 如皋市| 从江县| 尚义县| 伊金霍洛旗| 诸城市| 嵊州市| 永安市| 苏尼特左旗| 渝中区| 谢通门县| 衡东县|