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) { $ " /> 欧美日韩亚洲国产综合,亚洲中字幕女,97国产精品

中文字幕日韩一区二区_国产一区二区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模板引擎 (普通版),轉載需保留來源!

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

主站蜘蛛池模板: 亚洲欧美日韩精品久久亚洲区 | 欧美日韩亚洲一区 | 欧美日韩一区二区在线播放 | 久久久噜噜噜www成人网 | 欧美日韩国产在线观看 | 日韩在线观看网站 | 国产精品日产欧美久久久久 | 午夜久久久 | 亚洲精品电影网在线观看 | 国产精品久久午夜夜伦鲁鲁 | 午夜欧美 | 综合自拍 | 久久久久亚洲精品 | 久久综合一区 | 97伦理最新伦理 | 国产成人免费 | 国产精品日日摸夜夜添夜夜av | 91视频在线网站 | 性网址 | 日韩成人在线视频 | 精品久久中文 | 成年人视频在线免费观看 | 精品一二区 | 97精品视频在线观看 | 精品免费国产一区二区三区四区 | 国产亚洲日本精品 | 欧美精品1区 | 一区二区中文字幕 | 精品久久久久久久人人人人传媒 | 美日韩免费视频 | 久久网一区二区 | 草草草影院 | 在线观看成人小视频 | 亚洲精品中文字幕在线观看 | 99福利 | 欧美精品一区二区在线观看 | 国产精品视频导航 | 欧美一区中文字幕 | 九九热热九九 | 亚洲二区精品 | 一级黄色录像片子 |