Heim > Artikel > Backend-Entwicklung > Smarty 3.1.8 中的注册函数 registerPlugin使用有关问题
Smarty 3.1.8 中的注册函数 registerPlugin使用问题
在学习smarty中遇到了这样一个问题
在php文件中我这样写
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->function demo($params){ extract($params); echo $a.$b; } $tpl->registerPlugin('block','demo','demo');
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->