首页 >后端开发 >php教程 >Smarty 3.1.8 中的注册函数 registerPlugin使用有关问题

Smarty 3.1.8 中的注册函数 registerPlugin使用有关问题

WBOY
WBOY原创
2016-06-13 10:11:52977浏览

Smarty 3.1.8 中的注册函数 registerPlugin使用问题
在学习smarty中遇到了这样一个问题
  在php文件中我这样写  

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function demo($params){        extract($params);        echo $a.$b;    }    $tpl->registerPlugin('block','demo','demo');



然后在模板 文件中这样写:

HTML code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->                    





输出的时候怎么输出了两个 1text 1text


求解决!

------解决方案--------------------
探讨

问题还是没有解决
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn