標籤使用 —— 功能模組 —— 公告模組
1.公告模組
公告模組pc標籤呼叫說明
模組名:announce
模組提供的可用操作
操作名說明
lists
公告資料列表
lists操作說明如下:
2.公告資料列表(lists):
可用引數:
引數名是否必須
預設值說明
siteid
否當前站點id
站點id
**例子:
1
2
3
4
5
6
7
返回引數如下表:
字段型別空缺省
注釋siteid
tinyint(3)
否所屬站點id
aidsmallint(4)
否null
公告id
title
char(80)
否null
公告標題
content
text
否null
公告正文
starttime
date
是null
公告有效的開始時間
endtime
date
是null
公告的到期時間
hits
smallint(5)是0
瀏覽數
返回目錄
上海盛大網路發展**** c 2006 - 2011 b2-20040053.
問題和建議請反饋至:
初探phpcms模組
我們可以在 找到他的目錄結構 我們要開發的東東 也就是模組 就在 phpcms modules 下面 如果沒有什麼特別的 在開發乙個模組之前先要按照目錄結構建立好相關目錄並且設計好資料庫表結構 比方說 我們建立乙個模組叫做我的模組 my test 下面應該是mytest下的目錄結構 mytest c...
phpcms 新增模組步驟
1 新建資料庫2 定義模組類在phpcms model 下 命名 表名 model.class.php 內容 define in phpcms or exit no.permission resourde.pc base load sys class model 0 class guestbook ...
PHPCMS模組開發相關檔案
名稱 型別說明 guestbook 模組後台控制器 index 模組前台控制器 install 安裝資料夾 templates config.inc.php extention.inc.php guestbook.sql model.php module.sql languages 前台模板準備資料...