クラス Shtml
var $DataSource;
var $mod;
関数 Shtml ; " )
"
$this -> DataSource = array () ;
$this -> Dir = "" ;
} // データソースをバインドします。
関数 BindData ( $arr )
> データソース = $arr;
function SetFileName ( $fileName )
{ return $this -> fileName;
{ return $this -> ] .$ this - > ファイル名 ;
if ( $this - を使用 を使用 を使用 を使用 を使用using using through using ‐ through ‐ ‐ ‐
}
function Close ()
{
return fclose ( $this -> handle ) ;
function }
function Write ( $content )
{
return fwrite ( $this -> handle , $content ) ;
}
function MkDir ( $pathname )
[ 0 ] == "" ) { //絶対値を使用Path $ current _server ['document_root']; [ $i ]))
$currentPath = $currentPath . $pathArr [ $i ] ; $currentPath 。 mkdir ( $currentPath = $currentPath . " / " . $pathArr [ $i ]) ;
}
}
// 静态文件生成
function Create ()
{
$tmp = $this ->テンプレット ;
foreach ( $this -> DataSource as $key => $value ) {
$tmp = str_replace ( " < FIELD_ " . $key . " > " , $value , $tmp ) ;
}
$this -> MkDir ( dirname ( $this -> fileName )) ;
$this ->開ける () ;
$this ->書き込み ($tmp) ;
$this ->近い () ;
}
}
function CreateShtml () {
ob_start ( " callback_CteateShtml " ) ;
}
function callback_CteateShtml ( $buffer ) {
$page = intval ( @ $_REQUEST [ " page " ]) ;
$shtml = 新しい Shtml () ;
$shtml -> SetFileName ( $_SERVER [ ' DOCUMENT_ROOT ' ] . dirname ( $_SERVER [ ' PHP_SELF ' ]) . " / " . Basename ( $_SERVER [ ' PHP_SELF ' ] , " .php " ) . ( $page == 0 ? "" : " _ " .strval ( $page )) .html " ) ;
$shtml ->テンプレット = $buffer ;
$shtml ->作成する () ;
$buffer を返す ;
}
?>