打包下载
Pain.php
复代码 代码如下:
class Pain
{
공개 $var=array();
공개 $tpl=array();
//템플릿에 var를 할당하는 방법입니다.
공용 함수 할당($variable,$value=null)
{
$this->var[$variable]=$value ;
}
public function display($template_name,$return_string=false)
{
//먼저 tmp dir에 tmp 파일이 있는지 확인하세요.
if(file_exists("tmp/temp_file.php"))
{
unlink("tmp/temp_file.php");
}
extract($this->var);
$tpl_c
$tpl_c "$tpl_c " ?>", $tpl_content);
///tmp 디렉토리에 파일을 생성하고 $tpl_contentn을 그 안에 넣은 다음
//'include' 메소드를 사용하여 로드하세요!
$tmp_file_name="temp_file.php";
//$tmp는 핸들러입니다.
$tmp=fopen("tmp/".$tmp_file_name, "w");
fwrite($tmp, $tpl_content);
"tmp/".$tmp_file_name 포함;
}
}
?>
复代码 代码如下:
require_once "Pain.php";
$pain=new 고통();
$s>复system代码 代码如下:
"http://www.w3.org/TR/html4/strict.dtd">
<머리>