Display method based on WeChat applet and activity
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- JIANGSU UNIV
- Publication Date
- 2019-11-26
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
Technical field
[0001] The invention belongs to the field of computer application technology, and specifically is a display method based on WeChat applets and activities. Background technique
[0002] Zend Framework is an open source PHP development framework for web programs and services, written in PHP5. ZF is implemented entirely by object-oriented coding. ZF's component structure is unique, and each component hardly depends on other components. This loosely coupled structure allows developers to use components independently. We often call this "use-at-will" design. Based on the Model-View-Controller (MVC) three-tier architecture, namely Model M, View V and Controller C, different parts of the program are separated independently, making the development of the program independent of each other and subsequent maintenance easier; ZF The design idea and strategy of the framework: ZF adopts the front controller (Front Controller) design pattern, which sends all user requests to a...