Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the configuration function of 80% from the combined data in Dashboard open source e-commerce base

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

How to realize the configuration function of 80% in Dashboard open source e-commerce base, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.

Combined data

Configure the form first-> form configuration refer to the form configuration in the system configuration

Create composite data

Add data to combined data

Combined data corresponds to data table-> eb_system_group

[sql] CREATE TABLE `eb_system_ group` (`id`int (11) NOT NULL AUTO_INCREMENT COMMENT 'combined data ID', `name` varchar (50) NOT NULL DEFAULT' 'COMMENT' data group name', `info`varchar 'NOT NULL DEFAULT' 'COMMENT' introduction', `form_ id`int (11) NOT NULL DEFAULT'0' COMMENT 'form form id', `create_ time`timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT', `update_ time`timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'update time' PRIMARY KEY (`id`) USING BTREE) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT=' combined data Table'

Combined data details correspond to data tables-> eb_system_group_data

[sql] CREATE TABLE `value`data` (`id`int (11) NOT NULL AUTO_INCREMENT COMMENT 'combined data details ID', `gid` int (11) NOT NULL DEFAULT' 0' COMMENT 'corresponding data group id', `value`text NOT NULL COMMENT' data group (json data)', `sort`int (11) NOT NULL DEFAULT'0' COMMENT 'data sort', `status`tinyint (1) NOT NULL DEFAULT'1' COMMENT 'status (1: on; 2: off )', `create_ time`creation time', `update_ time`timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'update time', PRIMARY KEY (`id`) USING BTREE) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT=' combination data detail table' This is the answer to the question about how to realize the configuration function of 80% in Dashboard open source e-commerce base. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report