?????????
??????????????????????????????????д?ò?????????
???????????????????ж?????????html????·??????HTML_PATH?????·?????????????????????????????д?????copy?????????????????????????????У???д????????????С?????????????????????棬?????????????д
'HTML_CACHE_ON'     =>    true?? // ??????????
'HTML_CACHE_TIME'   =>    60??   // ???????????Ч?????
'HTML_FILE_SUFFIX'  =>    '.shtml'?? // ???t????????????
'HTML_CACHE_RULES'  =>     array(  // ???徲????????
'About'    =>     array('/About/index.html')
???????????????????????????????????????html??棬????????????????????????60????????????????д???????????Ч???????60???????????????Ч????????????????60??????д????Σ???????????????Ч???????????????????????μ?????????????????????????????????????????????????????????????????д?????????????????????????????????????????????????????????????У????3????????????????
??????????
ob_start(); //????????
$data = ob_get_contents(); //???????????????
ob_end_clean(); //??????
$fp = fopen("/index.html"??"w"); //??????д?????
if(!$fp)
{
echo "????????";
exit();
}
else
{
fwrite($fp??$data);
fclose($fp);
echo "??????";
}
?????????д???????????????У??????????html??檔