Home >Backend Development >PHP Tutorial > smarty模板解决方法

smarty模板解决方法

WBOY
WBOYOriginal
2016-06-13 12:54:38795browse

smarty模板
请问 tpl 文件用什么东东编译  我用dreamweaver  打开*.tpl 改动了一下  在按F12运行 。发现编译后的 %%B2^B29^B298BD0A%%index.tpl.php文件变成如下代码。 那么请问tpl文件用什么软件编译。   
---
         compiled from 06/index.tpl */ ?>
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



{$title}




{if $smarty.get.type == 'tm'}
欢迎光临,{$smarty.get.type}
{else}
对不起,您不是本站VIP,无权访问此栏目。
{/if}


------解决方案--------------------
任何软件都可以,记事本都行,只要你符合smarty和html的语法就可以

.tpl.php改变了说明正确了啊,这里存放的本来就是smarty编译好的模板吧

不知道你改动了啥,又产生了什么区别,你想得到什么结果?
------解决方案--------------------
你修改了 smarty 的定界符!
所以默认的定界符 {、} 就原样输出了
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn