conf/htmls.php文件
<?php
return array(
'Index:index' => array('{:module}_{:action}', -1),
'Index:allxm' => array(':module}_{:action}', -1)
);
?>
conf/config.php 'HTML_CACHE_ON' => true,
'HTML_PATH' => '__APP__/html',
'HTML_CACHE_TIME' => '60',
'HTML_READ_TYPE' => 0,
最佳答案
