-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc4ee63
commit 630a8f7
Showing
2 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
开发环境 | ||
-- phpMyAdmin SQL Dump | ||
-- version 3.4.10.1 | ||
-- http://www.phpmyadmin.net | ||
---- 主机: localhost | ||
-- 生成日期: 2020 年 06 月 12 日 11:58 | ||
-- 服务器版本: 5.5.20 | ||
-- PHP 版本: 5.3.10 | ||
开发软件:Hbuild | ||
将bighomework文件复制到www目录下 | ||
管理员账号:admin | ||
密码:admin | ||
功能简介 | ||
实现了前台模块和后台模块 | ||
前台模块:用户可以通过注册或登录页面,实现注册和登录功能。其中用户名、密码、不能为空,需要添加表单的安全验证功能。用户登录成功后,直接跳转到商城的首页,可以查看所有商品的信息,并可以将商品添加到购物车。 | ||
后台模块:管理员对商品和订单具有管理权限。管理员通过后台能够发布商品的信息,并在前端页面可以查看商品。同时,具有对商品增加、删除、修改和查询的功能,实现对商品的管理。管理员也具有对用户生成的订单进行管理,具有查看、删除和修改等权限。 | ||
|
||
|
||
系统概要设计 | ||
框架top用于显示index_html.php网页,menu用于显示index_html.php网页,foot用于显示index_html.php网页,main用于显示各子系统(子目录)下的文件。 | ||
在前台home目录下login.php是前台页面的入口 | ||
在后台admin目录下login.php是后台页面的入口 |