Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 13. Methods | 下一篇教材 |
This function can be used to load a filter plugin. The first
argument specifies the type of the filter to load and can be one of the
following: 'pre', 'post', or 'output'. The second argument specifies
the name of the filter plugin, for example, 'trim'.
这个函数用来加载过滤器插件。第一个参数指定过滤器的类型,只能是下列之一:“pre”,“post”,或者是“output”。第二个参数指定过
滤器插件的名称,比如“trim”。
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
is_cached 是否已被缓存 |
Smarty章节目录 | register_block 注册一个块 |