首頁 > 後端開發 > php教程 > 如何小弟我的Smarty不能用

如何小弟我的Smarty不能用

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
發布: 2016-06-13 12:14:56
原創
1061 人瀏覽過

怎么我的Smarty不能用


这个是Smarty.php代码

<?php<br />define("ROOT", str_replace("\\", "/",dirname(__FILE__)).'/');<br />require_once ROOT.'libs/Smarty.class.php';<br />$smarty=new Smarty();<br />$smarty->setTemplateDir(ROOT."tpl");<br />$smarty->setCompileDir(ROOT."plusion/templates_c/");<br />$smarty->setConfigDir(ROOT."plusion/configs/");<br />$smarty->setCacheDir(ROOT."plusion/cache/");<br />$smarty->debugging = false;<br />$smarty->left_delimiter = '<{';<br />$smarty->right_delimiter = '}>';<br />?>
登入後複製

这个是Test.php代码
<?<br /><br />require "smarty.php";<br />$smarty->assign("title" , "smarty模板技术");//编辑器提示BUG未定义的变量$smarty,搞不懂上面require进去了,还怎么报这个错<br />$smarty->assign("content","通过详细的安装使用步骤为你展示smarty模板技术");<br />$smarty->display("test.html");<br />?>
登入後複製

这个是test.html代码;
<html><br /><head><br /><meta http-equiv="Content-type" content="text/html"; charset="utf-8"><br /><title> <br /><{$title}><br /></title> <br /></head> <br /><body> <br /><{$content}> <br /></body> <br /></html>
登入後複製

最后在本地localhost竟然源代码输出,搞不懂


------解决思路----------------------
怎么感觉你的Apache和php没有配置对php脚本没有解析呢。
输出一phpinfo()看看你的Wamp环境对不对。

------解决思路----------------------
test.php
<?php<br /> <br />require "smarty.php";<br />$smarty->assign("title" , "smarty模板技术");//编辑器提示BUG未定义的变量$smarty,搞不懂上面require进去了,还怎么报这个错<br />$smarty->assign("content","通过详细的安装使用步骤为你展示smarty模板技术");<br />$smarty->display("test.html");<br />?>
登入後複製

------解决思路----------------------
apache httpd.conf 是否设置 .php呢
------解决思路----------------------
#1 和 #3 不知道是怎么想的!
楼主截图中分明显示执行的是 test.php
如果是没有配置好 php 支持的话,那只能是产生下载对话框
另外,截图中只显示有第一个 assign 及以后的内容
显然是因为没有开启短标记功能,程序被原样输出了
<?<br />  <br />require "smarty.php";<br />$smarty->
登入後複製
被当做 html 标记,所以不会显示
查看网页源代码时,是都可以看到的

相關標籤:
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
javascript - js正規符合特定字串
來自於 1970-01-01 08:00:00
0
0
0
為什麼說非物件呼叫成員函數fetch()
來自於 1970-01-01 08:00:00
0
0
0
資料庫設定檔必須要用二維數組
來自於 1970-01-01 08:00:00
0
0
0
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板