国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > PHP > 正文

smarty簡單模板變量輸出方法

2024-05-04 23:47:46
字體:
供稿:網(wǎng)友

本文簡單講述了Smarty的模板變量輸出方法。分享給大家供大家參考,具體如下:

config.inc.php配置文件如下:

include_once('smarty/Smarty.class.php');$smarty=new Smarty();$smarty->config_dir="smarty/Config_File.class.php";$smarty->caching=false; //是否開啟緩存$smarty->template_dir="./templates"; //模板目錄$smarty->compile_dir="./templates_c"; //編譯目錄$smarty->cache_dir="./smarty_cache"; //緩存目錄$smarty->left_delimiter="<{";$smarty->right_delimiter="}>";

index.php文件如下:

include('./config.inc.php');$title="php測試標(biāo)題";$content="smarty練習(xí)!";$newstext[]=array("name"=>"php程序測試","date"=>"2015-08-01");$newstext[]=array("name"=>"php視頻教程","date"=>"2015-08-02");$newstext[]=array("name"=>"smarty學(xué)習(xí)","date"=>"2015-08-03");$row=array("標(biāo)題","姓名","年齡");$smarty->assign("title",$title);$smarty->assign("row",$row);//一個數(shù)組傳遞多個值$smarty->assign("shownewstext",$newstext);//二維數(shù)組傳遞多個值$smarty->assign("content",$content);$smarty->display('index.htm');

運行結(jié)果如下:

測試數(shù)組:標(biāo)題 | 姓名 | 年齡 --------------------------------------------------------------------------------測試內(nèi)容為:smarty練習(xí)! 循環(huán)新聞內(nèi)容為:php程序測試 - 2015-08-01php視頻教程 - 2015-08-02smarty學(xué)習(xí) - 2015-08-03

希望本文所述對大家基于Smarty模板的php程序設(shè)計有一定幫助作用。


注:相關(guān)教程知識閱讀請移步到PHP教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 井研县| 仪征市| 旌德县| 吴川市| 金溪县| 潞城市| 措勤县| 山阴县| 稻城县| 玉山县| 奈曼旗| 丘北县| 镇巴县| 黄平县| 浠水县| 马尔康县| 乐业县| 丹凤县| 钦州市| 望城县| 乳山市| 连城县| 教育| 驻马店市| 抚州市| 葵青区| 瓦房店市| 聊城市| 平顶山市| 马尔康县| 定兴县| 左云县| 河北区| 清原| 平遥县| 格尔木市| 思茅市| 西青区| 内乡县| 巴中市| 雷波县|