What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
保存模板编译文件的目录名称。默认是./templates_c
,
这意味着Smarty将进入templates_c/
目录来执行已编译的PHP文件。
该目录必须可写入,
详细参见安装。
本设置必须是相对或绝对路径,include_path不能作为写文件的目录。
不建议把该目录放到web根目录中。
在Smarty 3.1之后,$cache_dir属性不能直接访问,需使用getCompileDir()
和
setCompileDir()
来进行存取。
参见
getCompileDir()
,
setCompileDir()
,
$compile_id
和
$use_sub_dirs
.