基于php网站系统的移动增值业务的设计与实现

上传人:n**** 文档编号:82966108 上传时间:2019-02-25 格式:DOC 页数:93 大小:6.62MB
返回 下载 相关 举报
基于php网站系统的移动增值业务的设计与实现_第1页
第1页 / 共93页
基于php网站系统的移动增值业务的设计与实现_第2页
第2页 / 共93页
基于php网站系统的移动增值业务的设计与实现_第3页
第3页 / 共93页
基于php网站系统的移动增值业务的设计与实现_第4页
第4页 / 共93页
基于php网站系统的移动增值业务的设计与实现_第5页
第5页 / 共93页
点击查看更多>>
资源描述

《基于php网站系统的移动增值业务的设计与实现》由会员分享,可在线阅读,更多相关《基于php网站系统的移动增值业务的设计与实现(93页珍藏版)》请在金锄头文库上搜索。

1、I 基于基于 PHP 网站系统的移动增值业务的设计与实现网站系统的移动增值业务的设计与实现 随着电子信息技术和计算机技术的迅猛发展,互联网技术也进入了高速发 展阶段。短短 20 年的时间,Web 技术已然经历了 3 个时代的变迁,尤其是伴 随着 Web2.0 技术的兴起,许多综合性、开放性、个性化的互联网应用逐渐繁 荣,各类电子商务网站如雨后春笋般不断成长起来,而论坛、博客、购物网及 团购网也以不同的业务形式吸引着广大用户的眼球。同时,互联网的发展使人 们对移动数据业务的需求成为移动通信技术发展的内在驱动。随着 3G 网络的 普及,移动通信技术迎来了一个新的里程碑,而移动增值业务在多样化、多媒

2、 体化、个性化需求的不断刺激下,呈现出更加丰富多彩的业务形态。目前移动 增值业务已经成为运营商市场收益的主要来源,也是各大电信运营商竞相角逐 的焦点。如果把互联网技术和移动增值业务融合起来,借助各自的资源和网络 优势开发新的业务应用,必将产生更为广阔的市场前景。 本文在互联网和移动通信相互融合的背景下,结合当前商务信息网站增值 业务的运营模式和技术特点,对 Web2.0 应用的相关技术及 Web Service 技术 进行详细分析与研究,利用 Zend Framework 框架开发并实现了一个基于 PHP 网站管理系统的移动增值业务。该系统是由网站服务器、网络管理服务器及移 动短信网关仿真器三

3、部分组成。本文研究的重点是网站服务器平台的设计与实 现以及网站服务器与网络管理服务器的接口的设计与实现。 在网站服务器的设计中,本文采用了网站服务器开发的黄金搭档 “LAMP”体系架构,即 Linux 操作系统+Apache 服务器+MySQL 数据库+PHP 脚本语言,具有很好的可扩展性和可维护性。同时,本文还采用了基于 MVC 软件开发模式的 Zend Framework 框架,将网站程序设计划分成模型(Model) 、 视图(View)和控制器(Controller)三部分,实现了页面设计、后台逻辑和 数据处理的有机分离,使得程序开发更具科学性和合理性,并最终实现了网站 的注册、登录、搜

4、索、下载优惠券、管理等基本功能。对于网站服务器与网络 II 管理服务器的接口部分,本文采用基于 SOAP 协议的 Web Service 技术,针对 网络管理服务器的部署情况和不同模块分别编写了相应的 WSDL 文件,再利 用 PHP 的 SOAP 模块对网络服务器的不同服务进行调用,实现了网站服务器 与网络管理服务器之间的数据传输与共享。 本文融合了互联网和移动通信的网络资源设计并实现了一个基于 PHP 网 站系统的移动增值业务,该系统为用户提供商业网站的基本功能和移动增值业 务。利用服务器压力测试软件 WST 对系统性能进行全面的测试,性能测试结 果表明系统设计合理、性能稳定,具有较好的实

5、际应用价值。 关键词: 移动增值业务 PHP Web Service MVC Zend Framework III The Design and Accomplishment of Mobile Value-Added Service-Based on PHP Website System Subject: Postgraduate:Supervisor: AbstractWith the rapid development of electronic technology and computer technology, Web has developed rapidly. Web tech

6、nology 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 u

7、sers 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

8、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 val

9、ue-added service, depending on each others resources and advanced technology in internet to develop a new business, it will definitely have a promising market IV potential. With the integration of computer and mobile correspond technology, taking the running pattern and technical feature of value-ad

10、ded 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, com

11、puter 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 oper

12、ating 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

13、 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 Serv

14、ice 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 serve

15、r 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 V website and mobile value-added

16、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 VI 目目 录录 1 1 绪论绪论 1 1.1 论文研究背景及意义 1 1.2 WEB2.0 应用技术发展现状 .2 1.3 移动增值业务现状 3 1.4 本文研究内容及章节安排 4 2 2 网站系统设计相关技术网站系统设计相关技术 6 2.1 WEB2.0 应用相关技术 .6 2.1.1 Web2.0 应用的核心思想和特点 .6 2.1.2 Web2

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号