dever 6 years ago
parent
commit
83fa6a1b84

+ 19 - 0
content/database/article.php

@@ -50,6 +50,11 @@ return array
 	# 显示给用户看的名称
 	'lang' => '图文管理',
 	'order' => 100,
+	'end' => array
+	(
+		'insert' => 'tag/lib/core.data?source_table=content/article',
+		'update' => 'tag/lib/core.data?source_table=content/article',
+	),
 	# 数据结构
 	'struct' => array
 	(
@@ -71,6 +76,8 @@ return array
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
 			'list'		=> true,
+			//增加预览
+			'preview'	=> true,
 		),
 		
 		'cate_id'		=> array
@@ -97,6 +104,18 @@ return array
 			'search'	=> 'select',
 		),
 
+		'tag'		=> array
+		(
+			'type' 		=> 'text-255',
+			'name' 		=> '标签',
+			'default' 	=> '',
+			'desc' 		=> '标签',
+			'match' 	=> 'is_numeric',
+			'update'	=> 'selects',
+			'search'	=> 'fulltext',
+			'update_search'	=> 'tag/lib/core.search',
+		),
+
   		'pic_cover'		=> array
 		(
 			'type' 		=> 'varchar-150',

+ 18 - 1
content/database/author.php

@@ -19,7 +19,7 @@ return array
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			'search'	=> 'order',
-			//'list'		=> true,
+			'list'		=> true,
 			'order'		=> 'desc',
 		),
 		
@@ -70,6 +70,23 @@ return array
 		),
 	),
 
+	'manage' => array
+	(
+		'insert' => false,
+		'edit' => false,
+
+		# 自定义快捷新增和编辑
+		'button' => array
+		(
+			'新增' => array('fast'),
+		),
+		# 快捷更新
+		'list_button' => array
+		(
+			'edit' => array('编辑'),
+		),
+	),
+
 	'request' => array
 	(
 		

+ 18 - 1
content/database/cate.php

@@ -19,7 +19,7 @@ return array
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
 			'search'	=> 'order',
-			//'list'		=> true,
+			'list'		=> true,
 			'order'		=> 'desc',
 		),
 		
@@ -70,6 +70,23 @@ return array
 		),
 	),
 
+	'manage' => array
+	(
+		'insert' => false,
+		'edit' => false,
+
+		# 自定义快捷新增和编辑
+		'button' => array
+		(
+			'新增' => array('fast'),
+		),
+		# 快捷更新
+		'list_button' => array
+		(
+			'edit' => array('编辑'),
+		),
+	),
+
 	'request' => array
 	(
 		

+ 4 - 1
data/compile/wonderful/manage/layadmin/project/database/list.cmp.php

@@ -14,6 +14,7 @@
 <!--power by dever--><html>
 <head>
   <?php require Dever::config("base")->data . 'compile/wonderful/manage/layadmin/inc/head.cmp.php' ?>
+  <link rel="stylesheet" href="<?php echo Dever::config("host")->script ?>lib/layui/admin/modules/plugin/formselects/formselects.css" media="all" />
 </head>
 <body class="theme-<?php  echo Dever::load("/auth.config#template") ?>">
 <style id="addstyle"><?php echo $data['manage/database.listStyle'] ?></style>
@@ -93,10 +94,12 @@
   layui.config({
     base: '<?php echo Dever::config("host")->script ?>lib/layui/admin/' //静态资源所在路径
   }).extend({
+    formSelects: 'plugin/formselects/formselects',
     index: 'lib/index' //主入口模块
-  }).use(['index', 'contlist', 'table', 'form'], function(){
+  }).use(['index', 'contlist', 'table', 'form', 'formSelects'], function(){
     var table = layui.table;
     var form = layui.form; 
+    var formSelects = layui.formSelects;
 
     table.render({
       elem: '#table'

+ 17 - 11
data/compile/wonderful/manage/layadmin/project/database/update.cmp.php

@@ -13,8 +13,9 @@
 <!--power by dever--><html>
 <head>
   <?php require Dever::config("base")->data . 'compile/wonderful/manage/layadmin/inc/head.cmp.php' ?>
+<link rel="stylesheet" href="<?php echo Dever::config("host")->script ?>lib/layui/admin/modules/plugin/formselects/formselects.css" media="all" />
   <style>
-    .layui-input
+    .layui-input,.xm-select-parent
     {
       width: 50%;
     }
@@ -55,27 +56,32 @@
     </div>
     <div id="valid"><?php echo $data['manage/database.valid'] ?></div>
     <div id="struct" style="display:none;" save="<?php echo $data['manage/database.save'] ?>"><?php echo $data['/database.info']['struct'] ?></div>
-
-    <script>
-        $(document).ready(function()
-        {
-          init();
-        });
-    </script>
     </form>
   </div>
 </div>
 
   
   <?php require Dever::config("base")->data . 'compile/wonderful/manage/layadmin/inc/script.cmp.php' ?>
-  <script>
+  <script id="update_script">
   layui.config({
     base: '<?php echo Dever::config("host")->script ?>lib/layui/admin/' //静态资源所在路径
   }).extend({
-    index: 'lib/index' //主入口模块
-  }).use(['index', 'contlist', 'table', 'form'], function(){
+    index: 'lib/index', //主入口模块
+    formSelects: 'plugin/formselects/formselects'
+  }).use(['index', 'contlist', 'table', 'form', 'formSelects'], function(){
     var table = layui.table;
     var form = layui.form; 
+    var formSelects = layui.formSelects;
+
+    /*
+    $('select').each(function() {
+        if ($(this).attr('xm-value')) {
+          formSelects.value($(this).attr('xm-select'), $(this).attr('xm-value'));
+        }
+    });
+    */
+
+    init();
   });
   </script>
 </body>

+ 1 - 1
data/compile/wonderful/upload/show.cmp.php

@@ -3,7 +3,7 @@
   #component-anim .layui-card-body{padding: 15px;}
 
   #component-anim .component-anim-demo{font-size: 0;}
-  #component-anim .component-anim-demo li{display: inline-block; vertical-align: middle; width: 127px; line-height: 25px; padding: 20px 0; font-size: 14px; text-align: center; color: #666; transition: all .3s; -webkit-transition: all .3s;}
+  #component-anim .component-anim-demo li{display: inline-block; vertical-align: middle; width: 127px; line-height: 25px; padding: 20px 0; font-size: 14px; text-align: center; color: #666; transition: all .3s; -webkit-transition: all .3s;margin:5px;}
   #component-anim .component-anim-demo li .layui-icon{display: inline-block; font-size: 36px;}
 
   #component-anim .component-anim-demo li .fontclass{display: none;}

+ 94 - 0
tag/database/cate.php

@@ -0,0 +1,94 @@
+<?php
+
+return array
+(
+	# 表名
+	'name' => 'cate',
+	# 显示给用户看的名称
+	'lang' => '分类设置',
+	# 后台菜单排序
+	'order' => 49,
+	# 数据结构
+	'struct' => array
+	(
+		'id' 		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> 'ID',
+			'default' 	=> '',
+			'desc' 		=> '',
+			'match' 	=> 'is_numeric',
+			'search'	=> 'order',
+			'list'		=> true,
+			'order'		=> 'desc',
+		),
+		
+		'name'		=> array
+		(
+			'type' 		=> 'varchar-32',
+			'name' 		=> '分类名称',
+			'default' 	=> '',
+			'desc' 		=> '请输入名称',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'search'	=> 'fulltext',
+			'list'		=> true,
+		),
+		
+		'reorder'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '排序(数值越大越靠前)',
+			'default' 	=> '1',
+			'desc' 		=> '请输入排序',
+			'match' 	=> 'option',
+			'update'	=> 'text',
+			'search'	=> 'order',
+			'list'		=> true,
+			'order'		=> 'desc',
+			'edit'		=> true,
+		),
+
+		'state'		=> array
+		(
+			'type' 		=> 'tinyint-1',
+			'name' 		=> '状态',
+			'default' 	=> '1',
+			'desc' 		=> '请选择状态',
+			'match' 	=> 'is_numeric',
+		),
+		
+		'cdate'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '录入时间',
+			'match' 	=> array('is_numeric', time()),
+			'desc' 		=> '',
+			# 只有insert时才生效
+			'insert'	=> true,
+			'list'		=> 'date("Y-m-d H:i:s", {cdate})',
+		),
+	),
+
+	'manage' => array
+	(
+		'insert' => false,
+		'edit' => false,
+
+		# 自定义快捷新增和编辑
+		'button' => array
+		(
+			'新增' => array('fast'),
+		),
+		# 快捷更新
+		'list_button' => array
+		(
+			'edit' => array('编辑'),
+		),
+	),
+
+	'request' => array
+	(
+		
+	),
+);

+ 88 - 0
tag/database/data.php

@@ -0,0 +1,88 @@
+<?php
+
+return array
+(
+	# 表名
+	'name' => 'data',
+	# 显示给用户看的名称
+	'lang' => '标签数据关联表',
+	# 后台菜单排序
+	'order' => 9,
+	'menu' => false,
+	# 数据结构
+	'struct' => array
+	(
+		'id' 		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> 'ID',
+			'default' 	=> '',
+			'desc' 		=> '',
+			'match' 	=> 'is_numeric',
+			'search'	=> 'order',
+			'list'		=> true,
+			'order'		=> 'desc',
+		),
+		
+		'tag_id'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '标签id',
+			'default' 	=> '',
+			'desc' 		=> '标签id',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'search'	=> 'fulltext',
+			'list'		=> true,
+		),
+		
+		'source_table'		=> array
+		(
+			'type' 		=> 'varchar-30',
+			'name' 		=> '来源的表名',
+			'default' 	=> '',
+			'desc' 		=> '来源的表名',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'search'	=> 'fulltext',
+			'list'		=> true,
+		),
+
+		'source_id'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '数据id',
+			'default' 	=> '',
+			'desc' 		=> '标签id',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'search'	=> 'fulltext',
+			'list'		=> true,
+		),
+
+		'state'		=> array
+		(
+			'type' 		=> 'tinyint-1',
+			'name' 		=> '状态',
+			'default' 	=> '1',
+			'desc' 		=> '请选择状态',
+			'match' 	=> 'is_numeric',
+		),
+		
+		'cdate'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '录入时间',
+			'match' 	=> array('is_numeric', time()),
+			'desc' 		=> '',
+			# 只有insert时才生效
+			'insert'	=> true,
+			'list'		=> 'date("Y-m-d H:i:s", {cdate})',
+		),
+	),
+
+	'request' => array
+	(
+		
+	),
+);

+ 130 - 0
tag/database/info.php

@@ -0,0 +1,130 @@
+<?php
+
+$cate = function()
+{
+	$array = array();
+	$info = Dever::db('tag/cate')->state();
+	if($info)
+	{
+		$array += $info;
+	}
+	return $array;
+};
+
+
+return array
+(
+	# 表名
+	'name' => 'info',
+	# 显示给用户看的名称
+	'lang' => '标签管理',
+	'order' => 50,
+	# 数据结构
+	'struct' => array
+	(
+		'id' 		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> 'ID',
+			'default' 	=> '',
+			'desc' 		=> '',
+			'match' 	=> 'is_numeric',
+		),
+		
+		'name'		=> array
+		(
+			'type' 		=> 'varchar-80',
+			'name' 		=> '标签名',
+			'default' 	=> '',
+			'desc' 		=> '标签名',
+			'match' 	=> 'is_string',
+			'update'	=> 'text',
+			'list'		=> true,
+			//增加预览
+			'preview'	=> true,
+		),
+		
+		'cate_id'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '所属分类',
+			'default' 	=> '1',
+			'desc' 		=> '所属分类',
+			'match' 	=> 'is_numeric',
+			'update'	=> 'select',
+			'option'	=> $cate,
+			'search'	=> 'select',
+			'list'		=> true,
+			'edit'		=> true,
+		),
+
+		'reorder'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '排序(数值越大越靠前)',
+			'default' 	=> '1',
+			'desc' 		=> '请输入排序',
+			'match' 	=> 'option',
+			'update'	=> 'text',
+			'search'	=> 'order',
+			'list'		=> true,
+			'order'		=> 'desc',
+			'edit'		=> true,
+		),
+
+		'state'		=> array
+		(
+			'type' 		=> 'tinyint-1',
+			'name' 		=> '状态',
+			'default' 	=> '1',
+			'desc' 		=> '请选择状态',
+			'match' 	=> 'is_numeric',
+		),
+
+		'cdate'		=> array
+		(
+			'type' 		=> 'int-11',
+			'name' 		=> '录入时间',
+			'match' 	=> array('is_numeric', time()),
+			'desc' 		=> '',
+			# 只有insert时才生效
+			'insert'	=> true,
+		),
+	),
+
+	'manage' => array
+	(
+		'insert' => false,
+		'edit' => false,
+
+		# 自定义快捷新增和编辑
+		'button' => array
+		(
+			'新增' => array('fast'),
+		),
+		# 快捷更新
+		'list_button' => array
+		(
+			'edit' => array('编辑'),
+		),
+	),
+
+	'request' => array
+	(
+		'getAll' => array
+		(
+			# 匹配的正则或函数 选填项
+			'option' => array
+			(
+				'ids' => array('yes-id', 'in'),
+				'cate_id' => 'yes',
+				'name' => array('yes', 'like'),
+				'id' => 'yes',
+			),
+			'type' => 'all',
+			'order' => array('reorder' => 'desc', 'id' => 'desc'),
+			'limit' => '0,1000',
+			'col' => 'name as name, id, id as value, "" as selected, "" as disabled|id',
+		),
+	),
+);

+ 8 - 0
tag/index.php

@@ -0,0 +1,8 @@
+<?php
+
+define('DEVER_APP_NAME', 'tag');
+define('DEVER_APP_LANG', '标签管理');
+define('DEVER_APP_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+define('DEVER_MANAGE_ORDER', 199);
+define('DEVER_MANAGE_ICON', 'glyphicon glyphicon-tower layui-icon-rate-solid');
+include(DEVER_APP_PATH . '../boot.php');

+ 89 - 0
tag/lib/Core.php

@@ -0,0 +1,89 @@
+<?php
+
+namespace Tag\Lib;
+
+use Dever;
+
+class Core
+{
+    # 更新数据
+    public function data($id, $name, $data)
+    {
+        $source_table = Dever::input('source_table');
+
+        $tag = Dever::param('tag', $data);
+
+        if ($tag && $id > 0 && $source_table) {
+            $tag = explode(',', $tag);
+            foreach ($tag as $k => $v) {
+                $info = Dever::db('tag/info')->one($v);
+                if (!$info) {
+                    $insert['name'] = $v;
+                    $tag_id = Dever::db('tag/info')->insert($insert);
+                    $tag[$k] = $tag_id;
+                } else {
+                    $tag_id = $v;
+                }
+
+                if ($tag_id > 0) {
+                     $tag_data = array
+                     (
+                         'tag_id' => $tag_id,
+                         'source_table' => $source_table,
+                         'source_id' => $id,
+                     );
+                    $data_info = Dever::db('tag/data')->one($tag_data);
+
+                    if (!$data_info) {
+                        Dever::db('tag/data')->insert($tag_data);
+                    }
+                }
+            }
+
+            $tag = implode(',', $tag);
+            Dever::db($source_table)->update(array('where_id' => $id, 'tag' => $tag));
+        }
+    }
+
+    # 搜索
+    public function search_api()
+    {
+        $keyword = Dever::input('keyword');
+
+        $yes = Dever::input('yes');
+
+        $where = array();
+
+        if ($yes) {
+            $yes = Dever::db('tag/info')->getAll(array('ids' => $yes));
+        }
+        if (!$keyword) {
+            $where['limit'] = '0,50';
+            $data = Dever::db('tag/info')->getAll($where);
+        } else {
+            $where['name'] = $keyword;
+            $data = Dever::db('tag/info')->getAll($where);
+        }
+
+        $insert = array();
+        if (!$data) {
+            $insert[0]['name'] = $keyword . '[新增]';
+            $insert[0]['value'] = $keyword;
+        }
+
+        $result = array();
+        if ($yes) {
+            foreach ($yes as $k => $v) {
+                if (isset($data[$k])) {
+                    unset($data[$k]);
+                }
+                $yes[$k]['selected'] = 'selected';
+            }
+            $data = $insert + $yes + $data;
+
+            $data = array_merge($data, array());
+        }
+
+        return $data;
+    }
+}