地址:湖北省公安縣青吉工業(yè)園
公司電話:0716-5225925
售后服務(wù):0716-5234241
營銷專線:0716-5226671
公司傳真:0716-5228925-2
郵編:434300
郵箱地址: yxgs@hbaxle.com 或 marketing@hbaxle.com
公司官網(wǎng):http://www.jnetl.com
4.0交易云平臺 | 應(yīng)收款平臺 | 經(jīng)銷商查詢系統(tǒng) | English | 零售注冊 | 零售登錄 | 購物車
地址:湖北省公安縣青吉工業(yè)園
公司電話:0716-5225925
售后服務(wù):0716-5234241
營銷專線:0716-5226671
公司傳真:0716-5228925-2
郵編:434300
郵箱地址: yxgs@hbaxle.com 或 marketing@hbaxle.com
公司官網(wǎng):http://www.jnetl.com
當(dāng)前位置:
首頁 ? 新聞動態(tài) ? dblist(標(biāo)簽)發(fā)布時間:2015-05-22
目錄 |
netsun:dblist 標(biāo)簽通常用于查詢數(shù)據(jù)集、并輸出數(shù)據(jù)
| 參數(shù) | 描述 |
|---|---|
| name | 數(shù)據(jù)名稱(欄目名稱、中文) |
| order | 數(shù)據(jù)排序規(guī)則 |
| where | 數(shù)據(jù)條件 |
| lang | 語言、版本 |
| typename | 分類 |
| part | 地理分站 |
| result | 變量名稱 |
| page | 分頁樣式 |
一、獲取資訊數(shù)據(jù)列表
< netsun:dblist name="news" lang="en" >
資訊標(biāo)題:{$dblist.title}
< /netsun:dblist >
{$page}
獲取news數(shù)據(jù)表數(shù)據(jù)列表,lang 參數(shù)對應(yīng)的語言。默認zh
二、獲取資訊數(shù)據(jù)列表2
< netsun:dblist name="新聞資訊" >
資訊標(biāo)題:{$dblist.title}
{$page}
已中文欄目名稱、獲取數(shù)據(jù)列表。(name 中文,不支持分類)
三、獲取資訊數(shù)據(jù)列表3 (條件分類等于2,num每頁顯示2條數(shù)據(jù),分頁模式2)
< netsun:dblist name="新聞資訊" num="2" page="2" where="typeid = 2">
資訊標(biāo)題:{$dblist.title}
< /netsun:dblist>
{$page}
每頁2條數(shù)據(jù)、分頁模式2、條件typeid 等于2的 數(shù)據(jù)。(name 中文,不支持分類)
四、開啟地里分站(注:a標(biāo)簽地址的寫法)
< netsun:dblist name="新聞資訊" part="1">
< a href="/news/id/{$dblist.id}.html__PART__" > 資訊標(biāo)題:{$dblist.title} < /a >
< /netsun:dblist >
{$page}
(注:a標(biāo)簽地址的寫法)
五、讀取 、不包含語言的數(shù)據(jù)
(地里數(shù)據(jù))
< netsun:dblist name="seo_part" num="ALL" >
< a href="/news/id/{$dblist.id}.html__PART__" > {$dblist.name} < /a >
< /netsun:dblist >