资源预览内容
第1页 / 共93页
第2页 / 共93页
第3页 / 共93页
第4页 / 共93页
第5页 / 共93页
第6页 / 共93页
第7页 / 共93页
第8页 / 共93页
第9页 / 共93页
第10页 / 共93页
亲,该文档总共93页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
基于PHP网站系统的移动增值业务的设计与实现 随着电子信息技术和计算机技术的迅猛发展,互联网技术也进入了高速发展阶段。短短20年的时间,Web技术已然经历了3个时代的变迁,尤其是伴随着Web2.0技术的兴起,许多综合性、开放性、个性化的互联网应用逐渐繁荣,各类电子商务网站如雨后春笋般不断成长起来,而论坛、博客、购物网及团购网也以不同的业务形式吸引着广大用户的眼球。同时,互联网的发展使人们对移动数据业务的需求成为移动通信技术发展的内在驱动。随着3G网络的普及,移动通信技术迎来了一个新的里程碑,而移动增值业务在多样化、多媒体化、个性化需求的不断刺激下,呈现出更加丰富多彩的业务形态。目前移动增值业务已经成为运营商市场收益的主要来源,也是各大电信运营商竞相角逐的焦点。如果把互联网技术和移动增值业务融合起来,借助各自的资源和网络优势开发新的业务应用,必将产生更为广阔的市场前景。本文在互联网和移动通信相互融合的背景下,结合当前商务信息网站增值业务的运营模式和技术特点,对Web2.0应用的相关技术及Web Service技术进行详细分析与研究,利用Zend Framework框架开发并实现了一个基于PHP网站管理系统的移动增值业务。该系统是由网站服务器、网络管理服务器及移动短信网关仿真器三部分组成。本文研究的重点是网站服务器平台的设计与实现以及网站服务器与网络管理服务器的接口的设计与实现。在网站服务器的设计中,本文采用了网站服务器开发的黄金搭档“LAMP”体系架构,即Linux操作系统+Apache服务器+MySQL数据库+PHP脚本语言,具有很好的可扩展性和可维护性。同时,本文还采用了基于MVC软件开发模式的Zend Framework框架,将网站程序设计划分成模型(Model)、视图(View)和控制器(Controller)三部分,实现了页面设计、后台逻辑和数据处理的有机分离,使得程序开发更具科学性和合理性,并最终实现了网站的注册、登录、搜索、下载优惠券、管理等基本功能。对于网站服务器与网络管理服务器的接口部分,本文采用基于SOAP协议的Web Service技术,针对网络管理服务器的部署情况和不同模块分别编写了相应的WSDL文件,再利用PHP的SOAP模块对网络服务器的不同服务进行调用,实现了网站服务器与网络管理服务器之间的数据传输与共享。本文融合了互联网和移动通信的网络资源设计并实现了一个基于PHP网站系统的移动增值业务,该系统为用户提供商业网站的基本功能和移动增值业务。利用服务器压力测试软件WST对系统性能进行全面的测试,性能测试结果表明系统设计合理、性能稳定,具有较好的实际应用价值。关键词: 移动增值业务 PHP Web Service MVC Zend FrameworkThe Design and Accomplishment of Mobile Value-Added Service-Based on PHP Website SystemSubject: Postgraduate:Supervisor: AbstractWith the rapid development of electronic technology and computer technology, Web has developed rapidly. Web technology has experienced 3 periods in only 20 years. With the popularity of the version Web2.0, many comprehensive, opening, individuation application of Web becomes popular. In addition, a variety of e-commerce networks mushroomed, forums, blogs, shopping webpages and group- buying websites attract users attention in different business forms. Meanwhile, owing to the development of internet, peoples demands of mobile data service makes the core drive of mobile correspond technology. With the widespread of 3G network, mobile correspond technology established a new milestone. With the stimulus to be various, multi-medialized and individualized, mobile value-added service presents more forms. Currently mobile value-added service has become the main source service providers benefited and the main issue major telecommunications service providers contended. If we combine internet with mobile value-added service, depending on each others resources and advanced technology in internet to develop a new business, it will definitely have a promising market potential.With the integration of computer and mobile correspond technology, taking the running pattern and technical feature of value-added service in current Business Information Websites into consideration, the thesis analyzes Web2.0 interrelated technology and Web Service to develop and realize a mobile value-added service based on PHP network station system by Zend Framework. This system includes three parts: website server, computer management server and mobile message emulation server. The core of this thesis is the design and realization of website server platform , website server and computer management server.The As for the design of website server, the author adopts golden partner “LAMP” system, including Linux operating system, Apache server, MySQL database and PHP scenario language, which is of high expansibility and maintainability.Moreover, the author also divides website program into Model, View and Controller by Zend Framework which is based on MVX software developed model. This program separates website design, backstage logic and data process. It makes program design more logic and reasonable and realizes such fundamental functions as registering, logging in, searching and downloading coupon etc. As for the connector part of website server and computer management server, the author adopts Web Service technology, which is based on SOAP Agreement, and adapts WSDL files according to website management servers disposition and different patterns. The author also revises the different service of website server based on PHPs SOAP Module, realizing the transfer and common share between website server and computer management server.Taking advantage of the combination of network and mobile correspond website source, the author designs and accomplishes a mobile value-added service basing on PHP website system. This system offers users basic functions of business website and mobile value-added service. This function of the system will be comprehensively examined by the software WST. The outcome of the function examination demonstrates the reasonability of the design and the stability of the functions. It has a sound application value.Keywords:Mobile value-added service PHP Web Service MVC Zend Framework目 录1绪论11.1论文研究背景及意义11.2WEB2.0应用技术发展现状21.3移动增值业务现状31.4本文研究内容及章节安排42网站系统设计相关技术62.1WEB2.0应用相关技术62.1.1Web2.0应用的核心思想和特点62.1.2 Web2.0中的Div+CSS72.1.3 Web2.0中的Ja
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号