Design and implementation of the company's small program system

    Project Background and Significance

Purpose: The main goal of this topic is to design and realize a company website system based on WeChat applets. Front-end users use applets, background management uses PHP-based development, and storage uses Mysql database; add company information, information, products, etc. through the background. Users log in through the applet to view company information, news, products, cases, etc.

Significance: The WeChat applet company enterprise website system is the product of the combination of computer technology and company information management. Through the WeChat applet company enterprise station system, the efficient management of company website information is realized. With the continuous improvement of computer technology, computers have penetrated into every corner of social life. On the premise that the staff have a certain ability to operate computers, this WeChat applet company enterprise station system software is specially compiled to improve the management efficiency of company information .

Feasibility Analysis

The feasibility of system development can be summarized in the following three aspects based on the WeChat applet company enterprise system, as follows:

1. Technical feasibility

Use Windows 7 or 10 as the operating system, use phpstorm software as the development background management, use mysql for database storage, and use WeChat developer tools to develop WeChat applets; the hardware environment of the background management system is a PC, and the front-end users use WeChat applets on mobile phones .

2. Economic feasibility

On the one hand, the development of phpstorm and WeChat developer tools has a good man-machine interface and strong functional support, which further improves the work efficiency of the company's website managers and saves manpower and material resources; on the other hand, the production cost of the system is low. You can use phpstorm and WeChat developer tools to develop on the existing PC.

3. Operation feasibility

In terms of operation, phpstorm software uses the WeChat applet company enterprise station system on the Windows operating system, mainly relying on the use of Windows operating technology to complete data entry, modification, deletion and other functions, which is simple and convenient. Users use the mobile phone WeChat applet company enterprise station system to use.

main function module

  Background administrator function

About us: This is the company profile, company introduction, corporate culture, corporate qualifications, and contact us
Advertisement management: Set up carousel ads and links on the homepage of the mini program Message
list: List of all user message messages, support deletion
Information classification management: Set information classification
Enter information: enter information title, content and other information
Manage information: view the list of entered information, support deletion and modification
Product classification: set product classification Product
case entry: select classification, enter title, upload pictures, enter content
Product case management: view already The entered product case supports modification and deletion
 

  Applet function

Company Information: View company related information, company introduction, corporate culture, corporate qualifications, contact us.
Message Feedback: Submit message to the company website administrator 
Information List: View all information list
Information details: View information details
Product list: View all products
Case list: View all case products
Case and product details: Click from the list to view detailed introduction

Development overview

Development operating system: windows10 + 4G memory + 500G

Mini Program Development: WeChat Developer Tools (MINA Framework)

Background environment: IIS +PHP

Background development language: PHP

Background development tools: Dreamweaver +PhpStorm

Database: mysql8

Database management tool: navicat

Other development languages: html + css +javascript

Development file description

  ER图

  background file

Path: background source code ht directory is the background

program name

Include

ht/zixun

Information

caidan_1ji.php

Information classification management

zixun_add.php

Information entry page

zixun_add_act.php

Information entry database program

zixun_list.php

information list

zixun_xiugai.php

Information modification page

zixun_xiugai_act.php

Information modification procedure

zixun_del.php

Information Deletion Procedure

ht/ guanggao

Ads and Messages

ad_index_wx.php

Carousel settings page

ad_index_wx_baocun

Carousel image setting program processing

liuyan_list.php

Message List

liuyan_delt.php

message delete

ht/ aboutus

about Us

zixun_list.php

About usProject list

zixun_xiugai.php

Item modification page

zixun_xiugai_act.php

Project Modification Procedure Handling

ht/ chanpin

Products and Cases

caidan_1ji.php

Case and product category management

chanpin_add.php

Case and product entry page

chanpin_add_act.php

Case and product entry program processing

chanpin_list.php

Case and Product List

chanpin_xiugai.php

Case and Product Modification Pages

chanpin_xiugai_act.php

Case and product modification program handling

chanpin_del.php

Case and Product Removal

  applet file

applet interface

program name

Include

front page

wx_api_getbanner.php

Get the top carousel image array (multiple images)

wx_api_gsJianJie.php

Get company profile

wx_api_CpList_top4.php

Get the latest products 4

wx_api_AnLi_top4.php

Get latest case 4

wx_api_News_top3.php

Get the latest information 3 items

Product column

wx_api_CpFenlei.php 

get category

wx_api_CpList_All.php

get all products

Case column

wx_api_CpFenlei.php 

get category

wx_api_AnLi_All.php

Get all cases

Information column

wx_api_News_Fenlei.php

Get information category

wx_api_News_All.php

get all information

about Us

wx_api_gywm.php

get information about us

Case and product information

wx_api_CpXinxi.php

Get cases and product information

information

wx_api_NewsInfo.php

Get information

message

wx_api_liuyan.php

Submit Message

Finished renderings

  Screenshot of applet effect

  Background management screenshot

Guess you like

Origin blog.csdn.net/u013818205/article/details/128911630
Recommended