| With the rapid development of Internet,the promotion of all sectors of the "Internet plus",the increasingly close contact with the internet.In particular,the best way is to build a web site,combine your business and needs,and put it under the online content:convenient and quick.But many of the traditional construction of website promotion of small and medium sized enterprises is relatively weak,and the information website as an Internet based web site development,contains most of the functions of the mainstream sites,so the design of a complete information website and the implementation of many enterprises have great reference value.Therefore,this paper uses the information website as a bridge to study the development of the web site.In the overall design of the website,the front end separation scheme is adopted.This is also the mainstream trend of the current popular website development,ensuring the separation of data and content.The back end management page uses the PHP framework CodeIgniter based on the MVC mode to build the management system.The management background page consists of 5 modules:information module,information list module,user module,review module and collection module.By analyzing the relationship between modules and the actual needs of the front page,we design the corresponding MySQL data tables for each module,and check,add,modify or delete a series of operations through the interface of visual management system.The front end display page uses vuejs’s Vue-cli build tools to meet the needs of the web service and quickly build a front-end single page application.The Vuejs single page application has the natural advantage of data processing and front-end performance optimization.The front-end display page mainly includes the home page,information details,login and registration.By requesting the back-end controller correlation function(Interface)to get the required data,it combines the bootstrap program with the overall layout of the page,and displays data reasonably.In the whole development process of information website,software testing methods,such as code logic test and input test,ensure the integrity and integrity of website function,and promote subsequent optimization and version iteration.Through the previous research,the website’s overall design and function module’s realization,and the development of the whole website,this article has utilized the frontier thought and technology of web website development.It has a guiding significance for the development of the websites of all walks of life. |