91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

smarty的簡單應用方式

發布時間:2021-08-06 19:18:24 來源:億速云 閱讀:123 作者:chen 欄目:開發技術

這篇文章主要介紹“smarty的簡單應用方式”,在日常操作中,相信很多人在smarty的簡單應用方式問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”smarty的簡單應用方式”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

本文講述了smarty簡單應用實例。分享給大家供大家參考,具體如下:

<?php
require 'smarty/libs/Smarty.class.php';
$smarty = new Smarty;
$smarty->template_dir="smarty/templates/templates";
$smarty->compile_dir="smarty/templates/templates_c";
$smarty->config_dir="smarty/templates/config";
$smarty->cache_dir="smarty/templates/cache"; 
$hello = "Hello World!";
$smarty->compile_check = true;
//$smarty->debugging = true;
$smarty->debugging = false;
$smarty->caching=true;
$conn=mysql_connect("localhost", "root","root"); //打開MySQL服務器連接
mysql_select_db("lava_guess"); //鏈接數據庫
mysql_query("set names utf8"); //解決中文亂碼問題
$sql_list="Select * from t_sys_msg Order by id desc limit 0,10";
$result_list=mysql_query($sql_list); //執行sql語句,返回結果
//把記錄集轉換為數組
while($rs_list=mysql_fetch_array($result_list)) 
{
   $msg_array[]=$rs_list;
}
$array[] = array("newsID"=>1, "newsTitle"=>"第1條新聞"); 
$array[] = array("newsID"=>2, "newsTitle"=>"第2條新聞"); 
$array[] = array("newsID"=>3, "newsTitle"=>"第3條新聞"); 
$array[] = array("newsID"=>4, "newsTitle"=>"第4條新聞"); 
$array[] = array("newsID"=>5, "newsTitle"=>"第5條新聞"); 
$array[] = array("newsID"=>6, "newsTitle"=>"第6條新聞");
$smarty->assign("newsArray", $array);
$smarty->assign("hello",$hello);
//賦值
$smarty->assign("msglist",$msg_array);
$smarty->display('index.tpl');
?>

模板文件:index.tpl

<html>
<head>
<metahttp-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Smarty</title></head>
<body>
<hr>
{$hello}
<hr>
 {section name=loop loop=$msglist}
 id: {$msglist[loop].id}--{$msglist[loop].title}----{$msglist[loop].receiver}<br>
 {/section}
<hr>
{section name=loop loop=$newsArray}
新聞編號:{$newsArray[loop].newsID}<br>
新聞標題:{$newsArray[loop].newsTitle}<br><hr>
{sectionelse}
對不起,沒有任何新聞輸入!
{/section}

到此,關于“smarty的簡單應用方式”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

府谷县| 建昌县| 扶沟县| 中西区| 乌拉特中旗| 金阳县| 湖南省| 郧西县| 于都县| 吴忠市| 曲松县| 宁安市| 九龙城区| 上蔡县| 临夏县| 大同县| 福鼎市| 墨江| 红河县| 阿拉善左旗| 安龙县| 阳城县| 清原| 济阳县| 邹城市| 仲巴县| 桂阳县| 化州市| 沧州市| 皋兰县| 宾川县| 台安县| 名山县| 齐齐哈尔市| 滁州市| 深州市| 岳西县| 沙坪坝区| 奈曼旗| 德令哈市| 瓦房店市|