1 / 12

PHP 基础( 4 ) - 简单留言板

PHP 基础( 4 ) - 简单留言板. 刘士龙. 高校计算机专业教师,高级 PHP 开发设计师. 功能需求分析 数据库结构设计 代码 结构设计 代码实现. 简单留言板. 功能需求分析. 留言板功能. 留言展示 用户登录 / 注销 / 注册 留言操作 回复留言相关操作. 简单留言板. 数据库结构设计. 数据库结构. 数据库选择: MySQL 数据库: msg 数据表: msgs 、 users 、 replyMsgs 表结构. 简单留言板. 代码 结构设计. 代码 结构. 开发环境: WAMP

Download Presentation

PHP 基础( 4 ) - 简单留言板

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP基础(4)-简单留言板

  2. 刘士龙 高校计算机专业教师,高级PHP开发设计师

  3. 功能需求分析 • 数据库结构设计 • 代码结构设计 • 代码实现

  4. 简单留言板 功能需求分析

  5. 留言板功能 • 留言展示 • 用户登录/注销/注册 • 留言操作 • 回复留言相关操作

  6. 简单留言板 数据库结构设计

  7. 数据库结构 • 数据库选择:MySQL • 数据库:msg • 数据表:msgs、users、replyMsgs • 表结构

  8. 简单留言板 代码结构设计

  9. 代码结构 • 开发环境:WAMP • 开发工具:phpstorm + sublime text • 代码目录结构:

  10. 简单留言板 代码实现

  11. 代码实现 • 显示全部留言(分页)和显示单个留言 • 用户登录、注销和注册 • 单个留言的操作(增、删、改) • 回复留言相关操作(显示回言、回复留言、删除回复)

More Related