CN110543294A - MVC framework system - Google Patents

MVC framework system Download PDF

Info

Publication number
CN110543294A
CN110543294A CN201910759241.7A CN201910759241A CN110543294A CN 110543294 A CN110543294 A CN 110543294A CN 201910759241 A CN201910759241 A CN 201910759241A CN 110543294 A CN110543294 A CN 110543294A
Authority
CN
China
Prior art keywords
mvc framework
module
framework system
mvc
layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201910759241.7A
Other languages
Chinese (zh)
Inventor
平文
吴峰
郭伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Yidianshikong Network Co Ltd
Original Assignee
Shanghai Yidianshikong Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Yidianshikong Network Co Ltd filed Critical Shanghai Yidianshikong Network Co Ltd
Priority to CN201910759241.7A priority Critical patent/CN110543294A/en
Publication of CN110543294A publication Critical patent/CN110543294A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

An MVC framework system comprising: a base module, comprising: the device comprises a view layer, a controller layer and a model layer; a built-in module comprising: the system comprises a routing system module, an error prompt module and a log module; a third party database portal. Compared with the prior art, the MVC framework system provided by the application abstracts and extracts the repeated logic of the service, reduces the writing of repeated codes, optimizes the development complexity of service requirements, and provides simple use and configurable functions.

Description

MVC framework system
Technical Field
The application relates to the field of communication, in particular to an MVC framework system.
Background
at present, many mature MVC (model View controller) frameworks are available for direct use, but the MVC frameworks are large in size and cannot be used for many functions. In order to simplify maintenance, an MVC framework including basic functions was developed by itself at that time, and the current service requirements can be met.
Disclosure of Invention
It is a primary object of the present application to provide an MVC framework system comprising:
A base module, comprising: the device comprises a view layer, a controller layer and a model layer;
A built-in module comprising: the system comprises a routing system module, an error prompt module and a log module;
A third party database portal.
Optionally, in the MVC framework system, the MVC framework system creates an index.
Optionally, in the MVC framework system, the view is implemented by an Output Control related function of the PHP.
Alternatively, in the MVC framework system, the environment configuration, the controller, the auxiliary function, and the error report are initialized in index.
optionally, the MVC framework system makes a route redirection.
Optionally, the MVC framework system creates a separate directory for the database operation and the file of the tool library.
Compared with the prior art, the MVC framework system provided by the application abstracts and extracts the repeated logic of the service, reduces the writing of repeated codes, optimizes the development complexity of service requirements, and provides simple use and configurable functions.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a schematic diagram of an MVC framework system according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
furthermore, the terms "mounted," "disposed," "provided," "connected," and "sleeved" are to be construed broadly. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be a mechanical connection, or an electrical connection; may be directly connected, or indirectly connected through intervening media, or may be in internal communication between two devices, elements or components. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
As shown in fig. 1, the present application relates to an MVC framework system comprising: a base module, comprising: the device comprises a view layer, a controller layer and a model layer; a built-in module comprising: the system comprises a routing system module, an error prompt module and a log module; a third party database portal.
in an embodiment of the present application, the MVC framework system creates an index.
In an embodiment of the present application, the MVC framework system implements a view through an Output Control related function of the PHP itself.
In one embodiment of the present application, the environment configuration, the controller, the auxiliary function, and the error report are initialized in index.
In an embodiment of the present application, a route redirect is made.
In one embodiment of the present application, a separate directory is created for the database operation, the files of the tool library.
Compared with the prior art, the MVC framework system provided by the application abstracts and extracts the repeated logic of the service, reduces the writing of repeated codes, optimizes the development complexity of service requirements, and provides simple use and configurable functions.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (6)

1. An MVC framework system, comprising:
A base module, comprising: the device comprises a view layer, a controller layer and a model layer;
A built-in module comprising: the system comprises a routing system module, an error prompt module and a log module;
A third party database portal.
2. The MVC framework system according to claim 1, wherein the MVC framework system creates an index.
3. The MVC framework system according to claim 2, wherein the MVC framework system implements views through an Output Control related function of PHP self-contained.
4. The MVC framework system according to claim 3, wherein the environment configuration, the controller, the auxiliary function, and the error report are initialized in index.
5. The MVC framework system according to claim 4, wherein a route redirect is made.
6. The MVC framework system according to claim 5, wherein separate directories are created for the files of the database operation, tool library.
CN201910759241.7A 2019-08-16 2019-08-16 MVC framework system Withdrawn CN110543294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910759241.7A CN110543294A (en) 2019-08-16 2019-08-16 MVC framework system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910759241.7A CN110543294A (en) 2019-08-16 2019-08-16 MVC framework system

Publications (1)

Publication Number Publication Date
CN110543294A true CN110543294A (en) 2019-12-06

Family

ID=68711512

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910759241.7A Withdrawn CN110543294A (en) 2019-08-16 2019-08-16 MVC framework system

Country Status (1)

Country Link
CN (1) CN110543294A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144226A1 (en) * 2003-11-10 2005-06-30 Churchill Software Services Systems and methods for modeling and generating reusable application component frameworks, and automated assembly of service-oriented applications from existing applications
CN104866327A (en) * 2015-06-19 2015-08-26 上海斐讯数据通信技术有限公司 PHP development method and frame
CN107346242A (en) * 2017-05-12 2017-11-14 南京物开网络科技有限公司 A kind of MVC frame systems for being applied to HybridAPP exploitations based on AppCan
CN107766037A (en) * 2017-10-23 2018-03-06 齐琦 MVC frameworks based on PHP
CN109446454A (en) * 2018-09-03 2019-03-08 中新网络信息安全股份有限公司 A kind of high performance PHPWeb system framework of lightweight and working method
CN109739502A (en) * 2018-12-18 2019-05-10 南京宽慧无线网络通信有限公司 One kind being based on MVC framework mode service provisioning platform system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144226A1 (en) * 2003-11-10 2005-06-30 Churchill Software Services Systems and methods for modeling and generating reusable application component frameworks, and automated assembly of service-oriented applications from existing applications
CN104866327A (en) * 2015-06-19 2015-08-26 上海斐讯数据通信技术有限公司 PHP development method and frame
CN107346242A (en) * 2017-05-12 2017-11-14 南京物开网络科技有限公司 A kind of MVC frame systems for being applied to HybridAPP exploitations based on AppCan
CN107766037A (en) * 2017-10-23 2018-03-06 齐琦 MVC frameworks based on PHP
CN109446454A (en) * 2018-09-03 2019-03-08 中新网络信息安全股份有限公司 A kind of high performance PHPWeb system framework of lightweight and working method
CN109739502A (en) * 2018-12-18 2019-05-10 南京宽慧无线网络通信有限公司 One kind being based on MVC framework mode service provisioning platform system

Similar Documents

Publication Publication Date Title
CN105354314B (en) Data migration method and device
CN104125208B (en) Data transmission method and device
CN103516551B (en) Utilize passive pair of RFID tag to optical fiber physical port intelligent management system
CN110083650A (en) A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN103198155A (en) Mobile terminal based smart question answering interaction system and method
CN104063806A (en) Method for viewing single line drawing of electrical power system through mobile terminal in real time
CN102946415B (en) A kind of implementation method of mobile terminal this locality application and device
CN102932431B (en) Message-routing-based state monitoring data interface configuration method
CN104461649B (en) chip compatible method and device
US20140280710A1 (en) Gateway system and process for ip enabled devices
CN102799460A (en) Business developing system, method and business operating system and method
CN104462402A (en) Pipe network data compilation system
CN104007984A (en) Data converting method and device
CN103729742B (en) A kind of Data Resources Management System based on SOA framework and executing model drive structure
US20140288888A1 (en) Energy management system and a screen generation method thereof
CN110505214A (en) A kind of online help right access control method and system based on cloud platform
CN105094768A (en) Application interface generation method and application interface generation device
CN110543294A (en) MVC framework system
CN103135991B (en) The customization implementation method of embedded device web interface
WO2019041088A1 (en) Flight limitation data prompting and updating method, terminal device, and server
CN103561113A (en) Web Service interface generating method and device
CN104951571A (en) Book borrow information inquiry method and system
CN105843602A (en) Method and system for software development
CN106843822A (en) One kind performs code generating method and equipment
CN104219278A (en) Integrating data from various network nodes using a template stack

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20191206