什么是 Smarty?
为何要使用?
用例和工作流
语法比较
模板继承
最佳实践
速成教程
getCacheDir() — 返回渲染模板的输出存储的目录
字符串 getCacheDir();
示例 14.23. getCacheDir()
<?php // get directory where compiled templates are stored $cacheDir = $smarty->getCacheDir(); ?>
另请参阅 setCacheDir()
和 $cache_dir
。