>  기사  >  백엔드 개발  >  Smarty 3.1.8 中的注册函数 registerPlugin使用有关问题

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

WBOY
WBOY원래의
2016-06-13 13:44:53912검색

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으로 문의하세요.