article.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. <?php
  2. $audit = Dever::config('base')->audit;
  3. $status = Dever::config('base')->status;
  4. $function = Dever::config('base')->function;
  5. # 每页的数据量
  6. $page = 15;
  7. $cate = function()
  8. {
  9. $array = array();
  10. $info = Dever::db('content/cate')->state();
  11. if($info)
  12. {
  13. $array += $info;
  14. }
  15. return $array;
  16. };
  17. $author = function()
  18. {
  19. $array = array();
  20. $info = Dever::db('content/author')->state();
  21. if($info)
  22. {
  23. $array += $info;
  24. }
  25. return $array;
  26. };
  27. $share = array
  28. (
  29. 1 => '显示',
  30. 2 => '不显示',
  31. );
  32. $wechat = array
  33. (
  34. 1 => '否',
  35. 2 => '是',
  36. );
  37. # 常用的col
  38. $col = 'id,cate_id,name,pic_cover,pdate,num_add_view,num_view,num_up,num_comment,share_yes,share_title,share_pic,share_content,function,author_id';
  39. return array
  40. (
  41. # 表名
  42. 'name' => 'article',
  43. # 显示给用户看的名称
  44. 'lang' => '图文管理',
  45. 'order' => 100,
  46. # 同步更新另外一个或多个表的数据
  47. 'syncone' => array
  48. (
  49. 'audit/data' => array
  50. (
  51. # 更新另外一个表的字段 => 本表的字段
  52. 'where' => array('data_id' => 'id', 'type' => 1),
  53. # 要更新的数据
  54. 'update' => array('data_id' => 'id', 'type' => 1, 'pdate' => 'pdate', 'reorder' => 'reorder', 'name' => 'name', 'audit' => 'audit', 'status' => 'status', 'cate_id' => 'cate_id', 'state' => 'state'),
  55. )
  56. ),
  57. # 数据结构
  58. 'struct' => array
  59. (
  60. 'id' => array
  61. (
  62. 'type' => 'int-11',
  63. 'name' => 'ID',
  64. 'default' => '',
  65. 'desc' => '',
  66. 'match' => 'is_numeric',
  67. 'list' => true,
  68. ),
  69. 'name' => array
  70. (
  71. 'type' => 'varchar-80',
  72. 'name' => '标题',
  73. 'default' => '',
  74. 'desc' => '标题',
  75. 'match' => 'is_string',
  76. 'update' => 'text',
  77. 'list' => true,
  78. 'search' => 'fulltext',
  79. //增加预览
  80. 'preview' => true,
  81. ),
  82. 'cate_id' => array
  83. (
  84. 'type' => 'int-11',
  85. 'name' => '所属栏目',
  86. 'default' => '1',
  87. 'desc' => '所属栏目',
  88. 'match' => 'is_numeric',
  89. 'update' => 'select',
  90. 'option' => $cate,
  91. 'search' => 'select',
  92. ),
  93. 'uid' => array
  94. (
  95. 'type' => 'int-11',
  96. 'name' => '用户ID',
  97. 'default' => '1',
  98. 'desc' => '用户ID',
  99. 'match' => 'is_numeric',
  100. //'update' => 'text',
  101. //'option' => $author,
  102. 'search' => 'select',
  103. ),
  104. 'author_id' => array
  105. (
  106. 'type' => 'int-11',
  107. 'name' => '作者',
  108. 'default' => '0',
  109. 'desc' => '作者',
  110. 'match' => 'is_numeric',
  111. 'update' => 'select',
  112. //'option' => $author,
  113. 'search' => 'select',
  114. 'update_search' => 'content/lib/author.search',
  115. ),
  116. 'pic_cover' => array
  117. (
  118. 'type' => 'varchar-150',
  119. 'name' => '封面图-官方发布图片尺寸400*300px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
  120. 'default' => '',
  121. 'desc' => '封面图',
  122. 'match' => 'is_string',
  123. 'update' => 'image',
  124. 'key' => '1',
  125. 'place' => '150',
  126. //直接上传到云端
  127. //'upload' => 'qiniu',
  128. //上传大数据
  129. //'large' => true,
  130. ),
  131. 'num_add_view' => array
  132. (
  133. 'type' => 'int-11',
  134. 'name' => '浏览量基数',
  135. 'default' => '0',
  136. 'desc' => '浏览量基数',
  137. 'match' => 'option',
  138. 'update' => 'text',
  139. ),
  140. 'num_view' => array
  141. (
  142. 'type' => 'int-11',
  143. 'name' => '浏览量pv',
  144. 'default' => '0',
  145. 'desc' => '请填写浏览量pv',
  146. 'match' => 'option',
  147. 'search' => 'order',
  148. //'list' => '{num_view}+{num_add_view}',
  149. ),
  150. 'num_add_up' => array
  151. (
  152. 'type' => 'int-11',
  153. 'name' => '喜欢基数',
  154. 'default' => '0',
  155. 'desc' => '喜欢基数',
  156. 'match' => 'option',
  157. 'update' => 'text',
  158. ),
  159. 'num_up' => array
  160. (
  161. 'type' => 'int-11',
  162. 'name' => '喜欢数',
  163. 'default' => '0',
  164. 'desc' => '请填写喜欢数',
  165. 'match' => 'option',
  166. //'search' => 'order',
  167. 'list' => '"喜欢数:{num_up}+{num_add_up}<br />浏览量:{num_view}+{num_add_view}<br />评论数:{num_comment}<br />"',
  168. 'list_name' => '统计数字',
  169. ),
  170. 'num_comment' => array
  171. (
  172. 'type' => 'int-11',
  173. 'name' => '评论数',
  174. 'default' => '0',
  175. 'desc' => '请填写评论数',
  176. 'search' => 'order',
  177. 'match' => 'option',
  178. //'list' => true,
  179. ),
  180. 'state' => array
  181. (
  182. 'type' => 'tinyint-1',
  183. 'name' => '状态',
  184. 'default' => '1',
  185. 'desc' => '请选择状态',
  186. 'match' => 'is_numeric',
  187. ),
  188. 'pdate' => array
  189. (
  190. 'type' => 'int-11',
  191. 'name' => '发布时间',
  192. 'match' => array('is_numeric', time()),
  193. 'default' => '',
  194. 'desc' => '',
  195. 'update' => 'date',
  196. 'callback' => 'maketime',
  197. 'insert' => true,
  198. //'list' => 'date("Y-m-d H:i:s", {pdate})',
  199. 'auth' => '"{pdate}" > 0',
  200. ),
  201. 'reorder' => array
  202. (
  203. 'type' => 'int-11',
  204. 'name' => '排序(数值越大越靠前)',
  205. 'default' => '1',
  206. 'desc' => '请输入排序',
  207. 'match' => 'option',
  208. 'update' => 'text',
  209. 'search' => 'order',
  210. 'list' => true,
  211. 'order' => 'desc',
  212. 'edit' => true,
  213. ),
  214. 'udate' => array
  215. (
  216. 'type' => 'int-11',
  217. 'name' => '更新时间',
  218. 'match' => array('is_numeric', time()),
  219. 'desc' => '',
  220. ),
  221. 'function' => array
  222. (
  223. 'type' => 'varchar-100',
  224. 'name' => '功能选择',
  225. 'default' => '1,2,3',
  226. 'desc' => '功能选择',
  227. 'match' => 'option',
  228. 'update' => 'checkbox',
  229. 'option' => $function,
  230. ),
  231. 'share_yes' => array
  232. (
  233. 'type' => 'int-11',
  234. 'name' => '是否显示分享按钮',
  235. 'default' => '1',
  236. 'desc' => '是否显示分享按钮',
  237. 'match' => 'option',
  238. 'update' => 'radio',
  239. 'option' => $share,
  240. 'control' => 'share_yes',
  241. ),
  242. 'share_title' => array
  243. (
  244. 'type' => 'varchar-100',
  245. 'name' => '分享标题',
  246. 'default' => '',
  247. 'desc' => '分享标题',
  248. 'match' => 'option',
  249. 'update' => 'text',
  250. 'show' => 'share_yes=1',
  251. ),
  252. 'share_pic' => array
  253. (
  254. 'type' => 'varchar-150',
  255. 'name' => '分享图片-图片尺寸570*570px或等比尺寸,上传大小不能超过2M,支持JPG、PNG、GIF格式,建议上传JPG格式',
  256. 'default' => '',
  257. 'desc' => '分享图片',
  258. 'match' => 'is_string',
  259. 'update' => 'image',
  260. 'key' => '1',
  261. 'place' => '150',
  262. 'show' => 'share_yes=1',
  263. //'upload' => 'qiniu',
  264. //'large' => true,
  265. ),
  266. 'share_content' => array
  267. (
  268. 'type' => 'varchar-200',
  269. 'name' => '分享内容',
  270. 'default' => '',
  271. 'desc' => '分享内容',
  272. 'match' => 'option',
  273. 'update' => 'textarea',
  274. 'show' => 'share_yes=1',
  275. ),
  276. 'content' => array
  277. (
  278. 'type' => 'text-255',
  279. 'name' => '内容',
  280. 'default' => '',
  281. 'desc' => '请输入内容',
  282. 'match' => 'is_string',
  283. 'update' => 'editor',
  284. 'key' => '1',
  285. ),
  286. 'audit' => array
  287. (
  288. 'type' => 'int-11',
  289. 'name' => '审核状态',
  290. 'default' => '1',
  291. 'desc' => '审核',
  292. 'match' => 'is_numeric',
  293. //'update' => 'select',
  294. 'option' => $audit,
  295. 'search' => 'select',
  296. 'list' => true,
  297. 'edit' => true,
  298. ),
  299. 'status' => array
  300. (
  301. 'type' => 'int-11',
  302. 'name' => '发布状态',
  303. 'default' => '1',
  304. 'desc' => '发布状态',
  305. 'match' => 'is_numeric',
  306. //'update' => 'select',
  307. 'option' => $status,
  308. 'search' => 'select',
  309. 'list' => true,
  310. 'edit' => true,
  311. ),
  312. 'cdate' => array
  313. (
  314. 'type' => 'int-11',
  315. 'name' => '录入时间',
  316. 'match' => array('is_numeric', time()),
  317. 'desc' => '',
  318. # 只有insert时才生效
  319. 'insert' => true,
  320. ),
  321. ),
  322. # 索引
  323. 'index' => array
  324. (
  325. 'version' => 1,
  326. 1 => array
  327. (
  328. 'i1' => 'uid,cate_id',
  329. )
  330. ),
  331. # 管理功能
  332. 'manage' => array
  333. (
  334. //'insert' => false,
  335. # 列表
  336. 'list_button' => array
  337. (
  338. 'edit' => array('预览', str_replace('https://api.', 'http://www.', Dever::url('main/preview.get?type=1'))),
  339. ),
  340. ),
  341. # request 请求接口定义
  342. 'request' => array
  343. (
  344. 'search' => array
  345. (
  346. # 匹配的正则或函数 选填项
  347. 'option' => array
  348. (
  349. 'ids' => array('yes-id', 'in'),
  350. 'cate_id' => 'yes',
  351. 'name' => array('yes', 'like'),
  352. 'id' => 'yes',
  353. 'state' => 1,
  354. ),
  355. 'type' => 'all',
  356. 'order' => array('reorder' => 'desc', 'id' => 'desc'),
  357. 'limit' => '0,1000',
  358. 'col' => 'name as name, id, id as value, "" as selected, "" as disabled|id',
  359. ),
  360. 'getAll' => array
  361. (
  362. # 匹配的正则或函数 选填项
  363. 'option' => array
  364. (
  365. 'cate_id' => 'yes',
  366. 'cate_ids' => array('yes-cate_id', 'in'),
  367. 'id' => 'yes',
  368. 'state' => 1,
  369. ),
  370. 'type' => 'all',
  371. 'order' => array('reorder' => 'desc','id' => 'desc'),
  372. 'page' => array($page, 'list'),
  373. 'col' => $col,
  374. ),
  375. 'getRelation' => array
  376. (
  377. # 匹配的正则或函数 选填项
  378. 'option' => array
  379. (
  380. 'cate_id' => 'yes',
  381. 'cate_ids' => array('yes-cate_id', 'in'),
  382. 'noid' => array('yes-id', '!='),
  383. 'audit' => 2,
  384. 'status' => 2,
  385. 'state' => 1,
  386. ),
  387. 'type' => 'all',
  388. 'order' => array('reorder' => 'desc','id' => 'desc'),
  389. 'limit' => '0,4',
  390. 'col' => $col,
  391. ),
  392. 'getOne' => array
  393. (
  394. # 匹配的正则或函数 选填项
  395. 'where' => array
  396. (
  397. 'id' => 'yes',
  398. ),
  399. 'type' => 'one',
  400. 'col' => $col . ',content',
  401. ),
  402. # 更新浏览量
  403. 'addView' => array
  404. (
  405. 'type' => 'update',
  406. 'where' => array
  407. (
  408. 'id' => 'yes',
  409. ),
  410. 'set' => array
  411. (
  412. 'num_view' => array('1', '+='),
  413. ),
  414. ),
  415. ),
  416. );