Pain.php 復制代碼 代碼如下: <?php class Pain { public $var=array(); public $tpl=array(); //this is the method to assign vars to the template public function assign($variable,$value=null) { $ " /> 亚洲精选久久,久久影视网,亚洲一区二区三区四区五区中文

中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

Pain 全世界最小最簡單的PHP模板引擎 (普通版)

打包下載

Pain.php
復制代碼 代碼如下:
<?php
class Pain
{
public $var=array();
public $tpl=array();
//this is the method to assign vars to the template
public function assign($variable,$value=null)
{
$this->var[$variable]=$value;
}
public function display($template_name,$return_string=false)
{
//first find whether the tmp file in tmp dir exists.
if(file_exists("tmp/temp_file.php"))
{
unlink("tmp/temp_file.php");
}
extract($this->var);
$tpl_content=file_get_contents($template_name);
$tpl_content=str_replace("{@", "<?php echo ", $tpl_content);
$tpl_content=str_replace("@}", " ?>", $tpl_content);
//create a file in the /tmp dir and put the $tpl_contentn into it, then
//use 'include' method to load it!
$tmp_file_name="temp_file.php";
//$tmp is the handler
$tmp=fopen("tmp/".$tmp_file_name, "w");
fwrite($tmp, $tpl_content);
include "tmp/".$tmp_file_name;
}
}
?>

test.php
復制代碼 代碼如下:
<?php
require_once "Pain.php";
$pain=new Pain();
$songyu="songyu nb";
$zhangyuan="zhangyuan sb";
$pain->assign("songyu",$songyu);
$pain->assign("zhangyuan",$zhangyuan);
$pain->display("new_file.html");
?>

new_file.html
復制代碼 代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>new_file</title>
</head>
<body>
{@$songyu@}<br/>
{@$zhangyuan@}
</body>
</html>

php技術Pain 全世界最小最簡單的PHP模板引擎 (普通版),轉載需保留來源!

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

主站蜘蛛池模板: 欧美激情视频一区二区三区在线播放 | 在线观看视频亚洲 | 国内自拍偷拍一区 | 欧美日韩国产一区二区 | 国产极品91| 精品中文在线 | 日韩一二三区视频 | 国产日韩一区二区 | 中文字幕在线三区 | 永久精品 | 国产激情一区二区三区 | 亚洲精品一区二区三区四区高清 | 日韩国产在线观看 | 日本精品一区二区三区在线观看视频 | 午夜精品一区二区三区在线视频 | 国产精品免费一区二区三区四区 | 久草视频观看 | 欧美日韩不卡 | 久久精品国产亚洲一区二区 | 欧美一区二区在线免费观看 | 日韩欧美网 | 中文成人在线 | 中文字幕视频在线观看免费 | 欧美日韩专区 | 亚洲狠狠 | 日韩欧美国产精品一区二区三区 | 久久精品毛片 | 久久精品日产第一区二区三区 | 国产色在线 | 亚洲精品区 | 欧美极品视频在线观看 | 国产精品久久久久久久久免费 | 欧美中文视频 | 国产精品精品视频一区二区三区 | 国产小视频在线 | 一区二区三区四区电影视频在线观看 | 中文字幕电影在线观看 | 午夜精品久久久久久久久久久久 | 久久99深爱久久99精品 | 亚洲一区二区三区在线播放 | 日韩激情视频一区 |