Smarty 图标

根据 商标注意使用 Smarty 徽标。

Smarty Template Engine Smarty Template Engine

如需获得赞助、广告、最新信息或其他咨询,可以通过电子邮件与我们联系

使用 Smarty 的网站

广告

名称

getCacheDir() — 返回渲染模板的输出存储的目录

说明

字符串 getCacheDir();

示例 14.23. getCacheDir()

<?php

// get directory where compiled templates are stored
$cacheDir = $smarty->getCacheDir();

?>

   

另请参阅 setCacheDir()$cache_dir