freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

cmstop模板手冊(cè)介紹-文庫(kù)吧資料

2025-01-27 13:25本頁(yè)面
  

【正文】 的數(shù)據(jù)表的數(shù)據(jù); 示例: {db sql=select * from table_content where catid=$catid and modelid=1 and status=6 order by published desc size=$pagesize page=$page} a href={$r[url]}{$r[title]}/a {date(39。} 七 模板標(biāo)簽 Content 標(biāo)簽 作用:調(diào)用 CmsTop 系統(tǒng)中各種內(nèi)容模型數(shù)據(jù); 示例: {content catid=4 modelid=1 orderby=published desc, pv desc page=$page size=8} ? a href={$r[url]}{$r[title]}/a {date(39。)} 得到 article的 modelid {username($userid)} 根據(jù)用戶 ID得到用戶名 {userid($username)} 根據(jù)用戶名得到用戶 ID {loop channel() $cid $c} a href={$c[url]}{$c[name]}/a {/loop} 循環(huán)輸出頂級(jí)欄目信息 {loop subcategory($catid) $cid $c} a href={$c[url]}{$c[name]}/a {/loop} 循環(huán)輸出 $catid的子欄目信息 {loop subdepartment(1) $did $d} {$d[departmentid]},{$d[name]} {/loop} 循環(huán)輸出部門 ID為 1的子部門信息 CmsTop— 打造媒體與資訊領(lǐng)域建站航母 第 7 頁(yè) 共 14 頁(yè) 邏輯判斷 示例: {if $c == 1} 顯示 A {elseif $c == 2} 顯示 B {else} 顯示 C {/if} 循環(huán) 示例: {loop $array $k $v} 鍵 :{$k} 值 :{$v} {/loop} 模板嵌套 {template 39。)} 分頁(yè)函數(shù) {modelid(39。)} 調(diào)用 ment應(yīng)用的 islogin設(shè)置 {pages($total,$page,20,2,39。,39。)} 調(diào)用 ./config/ 配置文件中 的charset {setting(39。,39。? 獲取所有欄目信息,二維數(shù)組 {config(39。category39。, 1)。)} 顯示欄目 ID為 1的 欄目名稱 ?php $c = table(39。, 1, 39。)} 構(gòu)造前臺(tái)動(dòng)態(tài) URL地址,可根據(jù) URL路由設(shè)置產(chǎn)生相應(yīng)格式的 URL 參數(shù) 1: app/controller/action 參數(shù) 2: url參數(shù)(可選) {article(1)description} 顯示 article 表的主鍵值為 1 的 description字段內(nèi)容,可以類似這樣調(diào)用任意數(shù)據(jù)表的字段 {table(39。,39。,$published)} 日期格式化顯示 參數(shù) 1:日期格式 參數(shù) 2: unix時(shí)間戳 CmsTop— 打造媒體與資訊領(lǐng)域建站航母 第 6 頁(yè) 共 14 頁(yè) 函數(shù)調(diào)用代碼示例 說(shuō)明 {thumb($r[thumb],90,90)} 自動(dòng)縮略圖 參數(shù) 1:圖片地 址 參數(shù) 2:縮略圖寬度 參數(shù) 3:縮略圖高度 {url( 39。)} 截?cái)嘧址? 參數(shù) 1:被截字符串 參數(shù) 2:截?cái)嗪笞止?jié)數(shù) 參數(shù) 3:被截?cái)嗪笞芳拥淖址蛇x) {date(39。)} 函數(shù)對(duì)照表: 函數(shù)調(diào)用代碼示例 說(shuō)明 {str_cut($title, 50,39。, $c[time])} 時(shí)間 六 模板語(yǔ)法 變量 示例: {$_username},顯示用戶名 常量 示例: {IMG_URL},顯示公共 js、 css 和圖 片地址 函數(shù) 示例: {str_cut($title, 50)}, {url( 39。, $published)} 發(fā)布時(shí)間 {$createdby} 創(chuàng)建人 ID {username($createdby)} 創(chuàng)建人用戶名 {$allowment} 評(píng)論開關(guān), 1=允許評(píng)論, 0=禁止評(píng)論 {$subtitle} 副標(biāo)題,僅限于文章內(nèi)容頁(yè) {$author_name} 作者名,僅限于文章內(nèi)容頁(yè) {$author_url} 作者 URL,僅限于文章內(nèi)容頁(yè) {$authorid} 作者 ID,僅限于文章內(nèi)容頁(yè) {$editor} 責(zé)任編輯,僅限于文章內(nèi)容頁(yè) {$description} 摘要,僅限于文章內(nèi)容頁(yè) {$content} 正文,僅限于文章內(nèi)容頁(yè) {$pagecount} 分頁(yè)數(shù),僅限于文章內(nèi)容頁(yè) {$words_count} 字?jǐn)?shù),僅限于文章內(nèi)容頁(yè) 手動(dòng)區(qū)塊模板變量 模板代碼示例: ul {loop $data $r} li{loop $r $c}a href={$c[url]} target=_blank{$c[title]}/a{/loop}/li {/loop} /ul CmsTop— 打造媒體與資訊領(lǐng)域建站航母 第 5 頁(yè) 共 14 頁(yè) 變量代碼 說(shuō)明 {$c[title]} 標(biāo)題 {$c[color]} 顏色 {$c[url]} URL {$c[subtitle]} 副標(biāo)題 {$c[suburl]
點(diǎn)擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1