codecamp

destoon_article_21(资讯)

destoon_article_21(资讯)


字段名 注释 备注 类型
itemid ID
catid 栏目ID
areaid 地区ID
level 级别
title 标题
style 颜色
fee 收费价格
subtitle 分页子标题
introduce 内容简介
tag 关键词
keyword 搜索词 模糊搜索字段
pptword 分类属性
author 作者
copyfrom 来源
fromurl 来源链接
voteid 投票ID 可以插入投票
hits 点击次数
thumb 标题图片
username 会员名
addtime 添加时间
editor 编辑
edittime 修改时间
ip IP
template 内容模版
status 状态 0回收站 1未通过 2待审核 3已通过 4已过期
islink 是否为外部链接
linkurl 链接地址
filepath 自定义文件路径
note 备注
destoon_area(地区)
destoon_article_data_21
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

二次开发指南

数据字典

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }