php教程静态文件生成类
define('php教程ox') or die(header("http/1.1 403 not allowed"));
class include_createstatic
{
private $htmlpath = '';
プライベート $path = '';
public $monthpath = '';
プライベート $listpath = '';
プライベート $content = '';
プライベート $filename = '';
private $extname = '.html';
public function createhtml($type,$desname,$content)
{
$this->htmlpath = getappinf('htmlpath');
if (!file_exists($this->htmlpath))
{
@mkdir($this->htmlpath);
}
$this->path = $this->htmlpath.$this->monthpath.'/';
if (!file_exists($this->path))
{
@mkdir($this->path);
}
$this->listpath = $this->htmlpath.'list/';
if (!file_exists($this->listpath))
{
@mkdir($this->listpath);
}
switch($ type)
{Case 'index':
$ this-> filename = $ desname;
休憩。
ケース「リスト」:
$this->filename = $this->listpath.$desname;
休憩。
case 'view':
$this->filename = $this->path.$desname;
休憩。
}
$this->filename .= $this->extname;
$this->content = $content;
}
public function write()
{
$fp=fopen($this->filename,'wb');
if (!is_writable($this->filename))
{
falseを返す;
}
if (!fwrite($fp,$this->content))
{
falseを返します。
}
fclose($fp);
$this->ファイル名を返します。
}
}//方法二
if(file_exists("./index.htm"))//看静态index.htm文件の有無
{
$time=time();
//文書修正時間と现時間相差?の话、htm文件を直接方向、否かhtmを再生成
if(time-filemtime("./index.htm"){
header("location:classhtml /main.htm");
}
}
//在你的開始处添加ob_start();
ob_start();
//首題内容、つまり動作部分完了
//ob_end_clean() を追加して、本を 1 つの变量に出力します
$temp=ob_get_contents();
ob_end_clean();
//写入文件
$fp=fopen("./index.htm",'w');
fwrite(fp,temp) または die('写文件错误');
//echo「html生成完了!」;