基于PHP的网上商城系统分析和设计 下载本文

内容发布更新时间 : 2024/5/7 1:56:10星期一 下面是文章的全部内容请认真阅读。

WORD格式整理

目录

目录 .............................................................. 1 摘 要 ............................................................. 3 Abstract .......................................................... 3 第一章 绪论 ..................................................... 4 1.1 电子商务概述 ................................................ 4 1.2 Web服务器平台与Web平台的动态设计技术 ....................... 4 1.3 Web平台系统的开发方法 ...................................... 4 第二章 系统分析 .................................................. 5 2.1 开发背景与开发意义 .......................................... 5 2.1.1 开发背景 ................................................ 5 2.1.2 系统开发的意义........................................... 5 2.2 可行性分析 .................................................. 5 2.2.1 技术可行性分析........................................... 5 2.2.2 操作可行性分析........................................... 6 2.2.3 经济可行性分析........................................... 6 2.3 需求分析 .................................................... 6 2.3.1 初步调查 ................................................ 6 2.3.2 用户需求分析 ............................................ 6 2.3.3 购物流程图 .............................................. 7 第三章 概要设计 ................................................... 8 3.1 总体方案设计 ............................................... 8 3.1.1 系统目标 ................................................ 8 3.1.2 划分子系统 .............................................. 8 3.1.3 系统结构总体设计 ......................................... 8 3.1.4 系统运行环境要求 ......................................... 9 3.2 数据库设计 .................................................. 9 3.2.1 数据库概念结构设计 ....................................... 9 3.2.2部分相关数据表 ............................................. 9

专业知识分享

WORD格式整理

第四章 详细设计 .................................................. 14 4.1 前台设计 .................................................. 14 4.1.1前台总框架 .............................................. 14 4.1.2 用户管理模块 ........................................... 14 4.1.3 商品浏览 ............................................... 15 4.1.4 购物车模块 ............................................. 16 4.2 后台部分 ................................................... 17 4.2.1 后台总体框架 ........................................... 17 4.2.2 管理员登录 ............................................. 18 4.2.3 订单管理 ............................................... 18 4.2.4 商品管理 ............................................... 19 4.2.5 系统管理 ............................................... 20 第五章 系统测试 .................................................. 21 5.1系统测试 .................................................... 21 5.1.1测试的目的 .............................................. 21 5.1.2测试的准则 .............................................. 21 5.1.3测试的方法 .............................................. 21 5.2单元测试实例 ................................................ 22 5.3综合测试 .................................................... 22 5.4系统的维护主要包括四个方面 .................................. 23 总结 ............................................................. 23 参考文献 ......................................................... 24 致 谢 ............................................................ 25

专业知识分享

WORD格式整理

基于PHP的网上商城系统分析与设计

Xxx

计算机学院软件工程2011级 指导教师:xxx

摘 要:本文详细介绍了基于PHP的网上购物系统的系统结构设计、实现方法和操作流程,并介绍了系统各个模块的主要功能和数据库设计及功能。该系统采用B/S结构,采用PHP技术进行动态窗体页面的设计。后台数据库选用MySQL 数据库。系统设计并实现了会员注册及登录模块,会员基本信息模块,会员购物模块,产品搜索模块,管理员商品管理模块,用户管理模块,订单管理模块,信息管理模块等一系列功能模块。最后,对网上购物系统进行了系统测试,各个模块功能运行良好。

关键字:Internet,PHP,B/S,网上购物系统

Analysis and design of online shopping system based on PHP

Xxx

Software Engineering Profession,Computer College Grade 2011 Instructor:xxx

Abstract :This paper describes system structure design, implementation method and

operation process based on PHP, and introduces main functions of various modules about the system and database design. The system uses B/S structure, and conducts design of dynamic form page by PHP technology. Background database selects MySQL database. System design realizes a series of function modules such as user registration and landing module, user basic information module, shopping module, searching goods module, the management of goods ,the management of user,the management of orders ,the management of news and so on. Finally, the paper tests Shopping Inline System, and the result finds that kinds of modules operate well. Key words: Internet,PHP,B/S,e-Shopping

专业知识分享