Smarty - the compiling PHP
template engine |
Prev 来源:PHP中文社区
|
Chapter 13. Methods |
Next
|
template_exists
模板是否存在
bool template_exists
(string
template)
This function checks whether the specified template exists. It can
accept either a path to the template on the filesystem or a resource
string specifying the template.
检查制定的模板是否存在,参数template既可以是模板的文件路径,也可以是指定的资源字符串。