| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?php
- return array (
- 'base' =>
- array (
- 'id' =>
- array (
- 'name' => 'id',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => 'ID',
- ),
- 'cate_id' =>
- array (
- 'name' => 'cate_id',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '栏目',
- ),
- 'title' =>
- array (
- 'name' => 'title',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '标题',
- ),
- 'title_style' =>
- array (
- 'name' => 'title_style',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '标题样式',
- ),
- 'thumb' =>
- array (
- 'name' => 'thumb',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '缩略图',
- ),
- 'keywords' =>
- array (
- 'name' => 'keywords',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '关键词',
- ),
- 'description' =>
- array (
- 'name' => 'description',
- 'type' => 'textarea',
- 'row' => 10,
- 'zh' => 'SEO简介',
- ),
- 'content' =>
- array (
- 'name' => 'content',
- 'type' => 'textarea',
- 'row' => 10,
- 'zh' => '内容',
- ),
- 'template' =>
- array (
- 'name' => 'template',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '模板',
- ),
- 'status' =>
- array (
- 'name' => 'status',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '状态',
- ),
- 'sort' =>
- array (
- 'name' => 'sort',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '排序',
- ),
- 'hits' =>
- array (
- 'name' => 'hits',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '点击次数',
- ),
- 'create_time' =>
- array (
- 'name' => 'create_time',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '创建时间',
- ),
- 'update_time' =>
- array (
- 'name' => 'update_time',
- 'type' => 'text',
- 'size' => 10,
- 'zh' => '更新时间',
- ),
- 'image' =>
- array (
- 'name' => 'image',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '缩略图',
- ),
- 'images' =>
- array (
- 'name' => 'images',
- 'type' => 'textarea',
- 'row' => 10,
- 'zh' => '图片集',
- ),
- 'download' =>
- array (
- 'name' => 'download',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '文件下载',
- ),
- 'author' =>
- array (
- 'name' => 'author',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '作者',
- ),
- 'source' =>
- array (
- 'name' => 'source',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => '来源',
- ),
- 'summary' =>
- array (
- 'name' => 'summary',
- 'type' => 'textarea',
- 'row' => 10,
- 'zh' => '摘要',
- ),
- 'tags' =>
- array (
- 'name' => 'tags',
- 'type' => 'text',
- 'size' => 30,
- 'zh' => 'TAG',
- ),
- ),
- 'tableInfo' =>
- array (
- 'function' => 'function_name',
- 'pageButton' =>
- array (
- 0 => 'export',
- 1 => 'showMenu',
- 2 => 'add',
- ),
- 'sort' =>
- array (
- 0 => 'create_time',
- 1 => 'desc',
- ),
- 'action' => 'edit:编辑:id,del:删除:id',
- 'property' => 'none',
- 'title' => '文章',
- 'name' => 'article',
- ),
- );
|