smarty的有关问题-变量无法在html中显示

WBOY
發布: 2016-06-13 12:45:23
原創
894 人瀏覽過

smarty的问题---变量无法在html中显示
1.php
include_once("libs/Smarty.class.php");
$smarty=new Smarty();

$smarty->template_dir="templates";
$smarty->compile_dir="compile";
$smarty->config_dir="config";
$smarty->cache_dir="cache";

$smarty->left_delimiter="{";
$smarty->right_delimiter="}";
?>

2.php
include ("smarty_include.php");
$name="this is an apple!";
$smarty->assign("abc",$name);
$smarty->display("index.html");
?>

index.html

    


        

 {$abc} 


    


index里面的$abc无法显示出$name的值
2.php里可以显示出this is an apple!
请问这是为什么
Smarty HTML
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板