Heim > Backend-Entwicklung > PHP-Tutorial > php中的include_php问题

php中的include_php问题

WBOY
Freigeben: 2016-06-23 13:52:42
Original
913 Leute haben es durchsucht

新版本php中已经废弃了include_php方法了。查看了smarty文档,说是“可使用插件恰当地解决从(php)代码分离html的问题”
我现在的A.tpl文件中要引入B.php文件,应该怎么做呀。想在B.php文件中display(B.tpl).实现模板嵌套,不用include_php该怎么做啊?


回复讨论(解决方案)

http://www.smarty.net/docsv2/en/language.function.include

http://www.smarty.net/docsv2/en/language.function.include



include方法好像适用于引用模板文件,我现在要在模板文件里面引用php文件啊//

Smarty != php

{include_php}是废弃的函数, 用注册插件的方式来将程序代码和显示分离,是更好的选择。在Smarty 3.1,{include_php}仅在SmartyBC中可用。

Smarty != php

{include_php}是废弃的函数, 用注册插件的方式来将程序代码和显示分离,是更好的选择。在Smarty 3.1,{include_php}仅在SmartyBC中可用。



分析到位啊,我用SmartyBC程序已调通,我想知道如何用注册插件的方式来实现程序代码和显示分离,能否贴个实列或者链接啊。。

Verwandte Etiketten:
php
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage