軟件介紹PHPCMS代碼生成器是一款由個人制作的專門用于PHPCMS編程的輔助軟件,通過PHPCMS代碼生成器,用戶能夠快速的生成PHPCMS代碼只需要復制到編程工具中即可快速實現(xiàn)功能,有了PHPCMS代碼生成器能夠減少工程師大量的編程時間,同時也能讓一些沒有編程經(jīng)驗的用戶快速掌握PHPCMS進行編程。 功能介紹 此軟件是用于對PHPCMS模板進行編輯制作的高效代碼生成器,大部分的操作代碼在此軟件內都可實現(xiàn) 軟件特色 1、支持全局調用:網(wǎng)站名稱、關鍵字、資源路徑等十多項; 2、支持首頁調用:設為首頁、導航代碼、焦點圖等十多項; 3、支持列表標簽、功能表情、文章標簽:文章模型、下載模型等生成; 4、支持采集參數(shù)、參數(shù)列表等。 使用方法 下載打開軟件,選擇要添加的標簽,軟件就會自動生成代碼,用戶只需要優(yōu)化代碼中的一段即可。 注意事項 1.調用系統(tǒng)內單條數(shù)據(jù),示例(調用ID為1的信息,標題長度不超過25個漢字,顯示更新日期): {get sql="select * from phpcms_content where contentid=1" /} 標題:{str_cut($r[title], 50)} URL:{$r[url]} 更新日期:{date('Y-m-d', $r[updatetime])} {/get} 2.調用系統(tǒng)內多條數(shù)據(jù),示例(調用欄目ID為1通過審核的10條信息,標題長度不超過25個漢字,顯示更新日期): {get sql="select * from phpcms_content where catid=1 and status=99 order by updatetime desc" rows="10"} 標題:{str_cut($r[title], 50)} URL:{$r[url]} 更新日期:{date('Y-m-d', $r[updatetime])} {/get} 3.帶分頁,示例(調用欄目ID為1通過審核的10條信息,標題長度不超過25個漢字,顯示更新日期,帶分頁): {get sql="select * from phpcms_content where catid=1 and status=99 order by updatetime desc" rows="10" page="$page"} 標題:{str_cut($r[title], 50)} URL:{$r[url]} 更新日期:{date('Y-m-d', $r[updatetime])} {/get} 分頁:{$pages} 4.自定義返回變量,示例(調用欄目ID為1通過審核的10條信息,標題長度不超過25個漢字,顯示更新日期,返回變量為 $v): {get sql="select * from phpcms_content where catid=1 and status=99 order by updatetime desc" rows="10" return="v"} 標題:{str_cut($v[title], 50)} URL:{$v[url]} 更新日期:{date('Y-m-d', $v[updatetime])} {/get} 5.調用同一帳號下的其他數(shù)據(jù)庫,示例(調用數(shù)據(jù)庫為bbs,分類ID為1的10個最新主題,主題長度不超過25個漢字,顯示更新日期): {get dbname="bbs" sql="select * from cdb_threads where fid=1 order by dateline desc" rows="10"} 主題:{str_cut($r[subject], 50)} URL:http://bbs.phpcms.cn/viewthread.php?tid={$r[tid]} 更新日期:{date('Y-m-d', $r[dateline])} {/get} 6.調用外部數(shù)據(jù),示例(調用數(shù)據(jù)源為bbs(discuz),分類ID為1的10個最新主題,主題長度不超過25個漢字,顯示更新日期): {get dbsource="bbs" sql="select * from cdb_threads where fid=1 order by dateline desc" rows="10"} 主題:{str_cut($r[subject], 50)} URL:http://bbs.phpcms.cn/viewthread.php?tid={$r[tid]} 更新日期:{date('Y-m-d', $r[dateline])} {/get} 7.取出第2條到第10條記錄,按評論多少排序,比如有些布局*條使用縮略圖,或者*條是頭條,其他是文章列表會用到: {get sql="select A.contentid,A.catid,A.title,A.thumb,A.description,A.url,A.status,A.updatetime,B.contentid,B.hits,B.comments from `phpcms_content` as A INNER JOIN `phpcms_content_count` as B ON A.contentid=B.contentid and A.status=99 and LENGTH(A.thumb)>0 order by B.comments desc LIMIT 2,7"}--> {$r[comments]}人參與評論</span>·<a href="{$r[url]}" title="{$r[title]}">{str_cut($r[title], 28)}</a> {/get} 關鍵點就在 order by B.comments desc LIMIT 3,7 (表示從第3條記錄開始,向下讀取7條數(shù)據(jù))
|
1深度技術win10正式版ghost(32位)旗艦......
2番茄花園win10 X86 ghost 標準通......
3番茄花園Win10_Ghost Win10 64......
4雨林木風 GHOST WIN10 X64 快速裝......
5深度技術GHOST WIN10 X64 尊貴專業(yè)......
6筆記本W(wǎng)in10系統(tǒng) 64位官方正式版2024年......
7筆記本win10正式版ghost(32位)旗艦免......
8雨林木風win10(32位)ghost 修正專業(yè)......