clear_compiled_tpl

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Chapter 13. Methods Next

clear_compiled_tpl
清除已编译模板

// clear a specific template resource
// 清除指定模板资源的编译文件
$smarty->clear_compiled_tpl("index.tpl");

// clear entire compile directory
// 清除所有已编译的模板文件
$smarty->clear_compiled_tpl();

Prev 来源:PHP中文社区 Home Next
clear_cache
清除缓存
Up clear_config
清除配置