国产片侵犯亲女视频播放_亚洲精品二区_在线免费国产视频_欧美精品一区二区三区在线_少妇久久久_在线观看av不卡

服務器之家:專注于服務器技術及軟件下載分享
分類導航

PHP教程|ASP.NET教程|Java教程|ASP教程|編程技術|正則表達式|C/C++|IOS|C#|Swift|Android|VB|R語言|JavaScript|易語言|vb.net|

服務器之家 - 編程語言 - PHP教程 - destoon各類調用匯總

destoon各類調用匯總

2020-07-09 13:49destoon教程網 PHP教程

這篇文章主要介紹了destoon的各類調用,需要的朋友可以參考下

根目錄、模板目錄和樣式目錄:

?
1
2
{DT_PATH}
{DT_SKIN}

導入頭腳:

?
1
2
{template 'header'}
{template 'footer'}

對應模塊首頁:

?
1
{$MODULE[$moduleid][linkurl]} //注:$moduleid表示對應模塊的ID號

對應模塊列表頁:

?
1
{$MODULE[$moduleid][linkurl]}list.php?catid=$catid  //注:$catid表示調用的分類的ID號

發布某模塊信息:

?
1
{$MODULE[2][linkurl]}my.php?mid=$moduleid&action=add

調用廣告:

?
1
{ad(27)}  //注:27表示廣告位為27的廣告

時間函數:

?
1
{date('Y-m-d',$t[addtime])} // 注:addtime是添加時間,可以換別的

控制字符數:

?
1
{dsubstr($t[company],30)}  //注:company是公司名稱字段,可以換別的。30表示字符數為15個

版權信息:

?
1
{$DT[copyright]}

客服電話:

?
1
{$DT[telephone]}

ICP備案號:

?
1
{$DT[icpno]}

本月:

?
1
addtime>$today_endtime-30*86400

供應:

?
1
2
(level=1)
{php $tags = tag("moduleid=5&table=sell&length=30&condition=status=3 and catid=? and level=?&pagesize=10&order=addtime desc&template=null")}

求購:

?
1
2
(level=1)
{php $tags = tag("moduleid=6&table=buy&length=30&condition=status=3 and catid=? and level=?&pagesize=10&order=addtime desc&template=null")}

行情:

?
1
2
(level=1,2,3,4,5)
{php $tags = tag("moduleid=7&table=quote&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

公司:

?
1
{php $tags = tag("moduleid=4&table=company&condition=groupid>5&pagesize=10&order=fromtime desc&template=null")}

展會:

?
1
2
(level=1)
{php $tags = tag("moduleid=8&table=exhibit&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

資訊:

?
1
2
(level=1,2,3,4,5)
{php $tags = tag("moduleid=21&table=article_21&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

招商:

?
1
2
(level=1)
{php $tags = tag("moduleid=22&table=info_22&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

品牌:

?
1
2
(level=1)
{php $tags = tag("moduleid=13&table=brand&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

人才:

?
1
2
{php $tags = tag("moduleid=9&table=job&length=30&condition=status=3 and catid=?&pagesize=10&order=addtime desc&template=null")}
{php $tags = tag("moduleid=9&table=resume&length=30&condition=status=3 and catid=?&pagesize=10&order=addtime desc&template=null")}

知道:

?
1
2
(level=1)
{php $tags = tag("moduleid=10&table=know&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

專題:

?
1
2
(level=1,2,3,4,5)
{php $tags = tag("moduleid=11&table=special&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

圖庫:

?
1
2
(level=1,2,3,4,5)
{php $tags = tag("moduleid=12&table=photo&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

視頻:

?
1
2
(level=1)
{php $tags = tag("moduleid=14&table=video&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

下載:

?
1
2
(level=1)
{php $tags = tag("moduleid=15&table=down&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=10&order=addtime desc&template=null")}

論壇:

?
1
{php $tags=tag("table=discuz.cdb_threads&prefix=&condition=status=0 and fid=?&order=dateline desc&pagesize=10&target=_blank&template=null")}

調用模塊內容,資訊模塊舉例:

?
1
{php $tagss = tag("moduleid=21&table=article_data_21&condition=itemid=".$t[itemid]."&template=null")}

調用分類,資訊模塊舉例:

?
1
{php $tagss = tag("moduleid=21&table=category&condition=moduleid=21 and parentid=?&pagesize=10&order=catid desc&template=null")}

網站標題:

?
1
{$seo_title}

關鍵字:

?
1
{$head_keywords}

網頁描述:

?
1
{$head_description}

會員升級:

?
1
{$MODULE[2][linkurl]}grade.php

收藏本頁:

?
1
<script type="text/javascript">addFav('收藏本頁');</script>

設為首頁:

?
1
<a href='#' onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.webjx.com');">設為首頁</a>

WAP瀏覽:

?
1
{extendurl('wap')}

RSS訂閱:

?
1
{extendurl('feed')}

商務中心:

?
1
{$MODULE[2][linkurl]}

發布信息:

?
1
{$MODULE[2][linkurl]}{$DT[file_my]}

排名推廣:

?
1
{extendurl('spread')}

網站地圖:

?
1
{DT_PATH}sitemap/

友情鏈接:

?
1
{extendurl('link')}index.php?typeid=1

申請友情鏈接:

?
1
{extendurl('link')}{rewrite('index.php?action=reg')}

調用友情鏈接:

?
1
{php $tags = tag("table=link&length=14&condition=status=3 and typeid=1&pagesize=40&order=addtime desc&template=null")}

網站留言:

?
1
{extendurl('guestbook')}

廣告服務:

?
1
{extendurl('ad')}

版權隱私、使用協議、聯系方式、關于我們

?
1
{tag("table=webpage&condition=item=1&order=listorder desc,itemid desc&template=list-webpage")}

Copyright.html、agreement.html、contact.html、about.html

地區:

?
1
{$AREA[1][areaname]}

投票:

?
1
{extendurl('vote')}

登錄框模板:

?
1
{if $DT[page_login]}{template 'user', 'chip'}{/if}

公告欄:

?
1
{extendurl('announce')}

分類模板:

?
1
{php $mid=5;}{template 'catalog' 'chip'}

相關評論模板:

?
1
{template 'comment', 'chip'}

聯系方式模板:

?
1
{template 'contact', 'chip'}

留言加盟:

?
1
<iframe src="{$MOD[linkurl]}message.php?itemid={$itemid}" name="destoon_message" id="destoon_message" style="width:99%;height:0px;" scrolling="no" frameborder="0"></iframe>

讀緩存:

?
1
2
{php $CATEGORY = cache_read('category-21.php');}
{$MODULE[21][linkurl]}{$CATEGORY[5][linkurl]}
?
1
<meta http-equiv="x-ua-compatible" content="ie=7"/>


調用欄目名

?
1
{php $tags = tag("moduleid=21&table=article_21&length=32 &condition=status=3 &pagesize=11&order=addtime desc&template=null")}    {loop $tags $t}    <li><span class="rq">{date('Y-m-d',$t[addtime])}</span><span class="catn"> {php $tagss = tag("moduleid=21&table=category&condition=moduleid=21 and catid=".$t[catid]."&template=null")}     {loop $tagss $tt}     【<a href="{$tt[linkurl]}" target="_blank">{dsubstr($tt[catname],12)}</a>】     {/loop} </span><a href="{$t[linkurl]}" target="_blank">{$t[title]}</a></li>    {/loop}

調用大分類中的所有

?
1
2
3
4
5
6
7
{php $tags = tag("moduleid=26&table=category&condition=moduleid=26 and catid=137&template=null")}
   {loop $tags $t}
  {php $tagss = tag("moduleid=26&length=26&condition=status=3 and level=4 and catid IN(".$t[arrchildid].")&pagesize=4&order=addtime desc&template=null")}
   {loop $tagss $ts}
        <li>•<a href="{$ts[linkurl]}" target="_blank">{$ts[title]}</a></li>   
     {/loop}
  {/loop}


產品圖片怎么調用middle.jpg中大的圖?

?
1
<img src="{str_replace('thumb', 'middle', $t[thumb])}" width="{$width}" height="{$height}" alt="{$t[alt]}"/>

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 精品免费视频 | 国产一区亚洲二区三区 | 在线一级片 | 毛片网免费 | 亚洲视频在线观看 | 亚洲精品影院 | 日韩一区二区免费电影 | 成人网色 | 羞羞羞网站 | 精精国产xxxx视频在线播放7 | 正在播放国产一区 | 国产激情不卡 | 国产成人一级片 | 免费在线看a | 欧美成人精品一区二区男人看 | 99re在线播放视频 | 91电影在线 | 国产综合久久久 | 色综合网址| 国产一区二区三区不卡在线观看 | 国产精品免费av | 久久久久久久国产精品 | 日韩欧美一区视频 | 欧美久久久久久 | 亚洲精品视频在线播放 | 中文字幕国产视频 | 韩日中文字幕 | 日日鲁鲁 | 精品视频国产 | 99精品欧美一区二区三区 | 国产欧美日韩综合精品一区二区 | av看片| 色综合成人 | 日本高清中文字幕 | 国产淫片| 日韩欧美一级电影 | 爱色av入口 | 久久久精品影院 | 成人爽a毛片一区二区免费 久久久久亚洲精品 | 大香伊蕉在人线视频777 | 黄片毛片 |