Maison  >  Article  >  développement back-end  >  Smarty 3.1.8 中的注册函数 registerPlugin使用有关问题

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

WBOY
WBOYoriginal
2016-06-13 13:44:53913parcourir

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


求解决!

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

问题还是没有解决
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn