催命判官 | 發表于:11-12-31 16:08 編輯于:01-05 15:28 [添加收藏] 樓主 [回復] #Top# |
---|---|
人氣:495
積分:3020
金幣:26497
|
1、當前欄目高亮的方法 {?=$_SERVER['REQUEST_URI']==$rs['url']?' class="menu_top_on"' :''?}使用方法: <a href="{$rs[url]}"{?=$_SERVER['REQUEST_URI']==$rs['url']?' class="menu_top_on"' :''?}>{$rs[name]}</a> 2、 循環輸出所有的分類 {@res table='%s_content_categroy' field='name,url' where='cid1=0' number='3'} 3、調用最新文本內容 {@res table='%s_content' field='title,url,date' where='status=1' order='id desc'} 4、調用最新7天熱門點擊文章 {? $today=date('Ymd',TIME-86400*7); ?} 5、多個CID調用格式: {@res table='%s_content_categroy' field='cid,name,image,description,url' where="cid in (3,4,5)" order='norder,cid'}6、字段以及發布時間調用: {@res table='%s_content_field' field="name,fname" where="mid={$info['mid']} and fname<>'title' and fname<>'content'"} 發布時間: {@res table='%s_content_archive' field='DISTINCT dd' order='dd desc' number='10'} 7、調用評論 {#if($rs['iscomment'])} 8、產品調用 {@res.select_join table1='%s_content' table2='%s_content_categroy_bind' field1='title,description,date,url,image' on='id' where="t1.mid=2 and t1.status=1 " order='t1.id desc' url="{DIR}{$info['url']}" number='8'} 注意:翻頁要與.select一起用才生效; 也可用于文章內容的分頁,這點要在文章發布時設置分頁時才生效。 9、上一編、下一編文章 {@res table='%s_content' field='title,url' where="mid=1 and id<'$id'" order='id desc' number='1'} 10、調用欄目文章 {@res.join table1='%s_content_categroy_bind' table2='%s_content' field2='title,url' on='id' where='t2.mid=1 and t2.status=1 and cid=1' order='t2.id desc' number='8'}{#foreach($res as $rs)}修改cid的值就可以調用其他的分類文章
Ta最近還發表過
[幫助]
K9企業模板sky發布
(19-05-06)
[分享]
K9單頁面實現欄目多分頁的方法
(18-03-06)
[分享]
K9內測中經常用到的標簽 拿來給大家分享下
(17-05-10)
[分享]
KingCMS地方門戶版v2.2幫助文檔【在線版本】目錄
(17-04-24)
[幫助]
K9第三方登錄接口發布
(15-10-12)
隨機閱讀
[建議]
支招!KINGCMS如何盈利?
(17-05-11)
[疑問]
我想問一下 為什么 laowang 發這些多關于K9的問題?
(14-07-23)
[疑問]
偽原創做到什么樣的程度百度才收錄呢?
(12-06-23)
[分享]
去掉kingcms php企業版頁面中的jquery.js代碼
(12-05-19)
[模板]
求一個大氣簡單的模板做一個人產品站!
(11-11-30)
|
yuxinpop | 發表于:11-12-31 18:15 沙發 [回復] #Top# |
---|---|
人氣:146
積分:75
金幣:9402
|
越來越接近純PHP了!看不到以前的king標簽了!
|
紫花地丁 | 發表于:12-01-01 01:00 板凳 [回復] #Top# |
---|---|
人氣:249
積分:1955
金幣:14564
|
純就好啊
|
xutao | 發表于:12-01-01 17:57 4樓 [回復] #Top# |
---|---|
人氣:167
積分:12
金幣:3584
|
技術帖
|
toymen | 發表于:12-01-01 22:20 5樓 [回復] #Top# |
---|---|
人氣:518
積分:3458
金幣:23864
|
相對簡單的PHP代碼,更多的是要求對數據庫結構的了解。
|
jumpsky | 發表于:12-01-04 11:00 6樓 [回復] #Top# |
---|---|
人氣:30
積分:274
金幣:710
|
日了日了 模板標簽越來越復雜了 越來越看不懂了 直接讓大伙去學PHP算了
|
abcnic | 發表于:12-01-04 12:51 7樓 [回復] #Top# |
---|---|
人氣:0
積分:24
金幣:40
|
感謝分享!!
|
flyinshsky | 發表于:12-01-04 13:05 8樓 [回復] #Top# |
---|---|
人氣:165
積分:702
金幣:3554
|
嘻嘻哈哈,好事情,也看看
|
催命判官 | 發表于:12-01-04 14:04 編輯于:01-07 11:39 9樓 [回復] #Top# |
---|---|
人氣:495
積分:3020
金幣:26497
|
基本上都是PHP的數據庫查詢語句
導航調用 {@res table='%s_link' field='name,url' where='cid=2' order='norder,id'} |
恒星 | 發表于:12-01-04 17:03 10樓 [回復] #Top# |
---|---|
人氣:456
積分:246
金幣:4855
|
留個記號 這個我要用到。。。
|