Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 13. Methods | 下一篇教材 |
This function can be used to output an error message using Smarty.
level
parameter can be one of the values
used for trigger_error() PHP function, i.e. E_USER_NOTICE,
E_USER_WARNING, etc. By default it's E_USER_WARNING.
用来使用Smarty内置的方法输出错误信息。参数level可 以是PHP函数trigger_error()的一个参数值,如E_USER_NOTICE, E_USER_WARNING等,一般默认为E_USER_WARNING。
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
register_resource 注册资源 |
Smarty章节目录 | template_exists 模板是否存在 |