var $Tpl_Header; var $Tpl_Footer; var $Tpl_Parsing; var $Tpl_Template; var $Tpl_Dirname;

var $Tpl_Parse_String; var $Tpl_Parse_Array;

var $Tpl " /> 性欧美18一19sex性欧美,国产一区二区福利,中文在线字幕免费观看

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

網(wǎng)友原創(chuàng)的PHP模板類代碼

復(fù)制代碼 代碼如下:
<?php
class Lightpage_Template {

var $Tpl_Header;
var $Tpl_Footer;
var $Tpl_Parsing;
var $Tpl_Template;
var $Tpl_Dirname;

var $Tpl_Parse_String;
var $Tpl_Parse_Array;

var $Tpl_Result;

function __construct() {
$this->Tpl_Header = NULL;
$this->Tpl_Footer = NULL;
$this->Tpl_Parsing = array();
$this->Tpl_Template = 'list.html';
$this->Tpl_ToParse = NULL;

$this->Tpl_Parse_String = array();
$this->Tpl_Parse_Array = array();

$this->Tpl_Result = NULL;
return true;
}

function Parse_Template() {
$this->Tpl_Parse_String = array();
$this->Tpl_Parse_Array = array();
if($this->Tpl_Header!=NULL) { array_push($this->Tpl_Parse_String,$this->Tpl_Header);array_push($this->Tpl_Parse_Array,'{header}'); }
if($this->Tpl_Footer!=NULL) { array_push($this->Tpl_Parse_String,$this->Tpl_Footer);array_push($this->Tpl_Parse_Array,'{footer}'); }
if(count($this->Tpl_Parsing)!=1) {
foreach($this->Tpl_Parsing as $Tpl_Key => $Tpl_Value) {
array_push($this->Tpl_Parse_String,$Tpl_Value);
array_push($this->Tpl_Parse_Array,'{'.$Tpl_Key.'}');
}
}
if($this->Tpl_Template!=NULL && $this->Tpl_ToParse==NULL) {
$this->Tpl_ToParse = file_get_contents(root.'./Templates/'.$this->Tpl_Template);
}
$this->Tpl_Result = str_replace($this->Tpl_Parse_Array,$this->Tpl_Parse_String,$this->Tpl_ToParse);
return $this->Tpl_Result;
}

}
?>

php模板用法:
復(fù)制代碼 代碼如下:
$Mdl = new Lightpage_Template();
$Mdl->Tpl_Header = 'zzz';
$Mdl->Tpl_Footer = '';
$Mdl->Tpl_Parsing = '';
$Mdl->Tpl_Template = 'list.html';
echo $Mdl->Parse_Template();

php技術(shù)網(wǎng)友原創(chuàng)的PHP模板類代碼,轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 宁国市| 江城| 龙门县| 遵化市| 寿宁县| 鹰潭市| 蒲江县| 浦江县| 汉中市| 商河县| 蓬莱市| 永登县| 台湾省| 盐亭县| 三门峡市| 昌黎县| 沧州市| 子洲县| 来宾市| 武宁县| 昌图县| 崇文区| 托克逊县| 六盘水市| 鸡东县| 宜君县| 榆中县| 莱西市| 会东县| 乐至县| 临武县| 古交市| 黄石市| 揭阳市| 文安县| 临西县| 澎湖县| 乌拉特后旗| 德兴市| 凤凰县| 五大连池市|