找传奇、传世资源到传世资源站!

原生php+mysql留言板

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】原生php mysql留言板

【相关图片】

from clipboardfrom clipboard

from clipboard

【源码结构】

.
├── application
│   ├── admin
│   │   ├── controller
│   │   │   ├── adminController.class.php
│   │   │   ├── commentController.class.php
│   │   │   └── platformController.class.php
│   │   ├── model
│   │   │   ├── adminModel.class.php
│   │   │   └── commentModel.class.php
│   │   └── view
│   │       ├── admin_login.html
│   │       ├── comment_list.html
│   │       └── comment_reply.html
│   ├── config
│   │   └── app.conf.php
│   └── home
│       ├── controller
│       │   ├── commentController.class.php
│       │   └── platformController.class.php
│       ├── model
│       │   └── commentModel.class.php
│       └── view
│           ├── comment_info.html
│           ├── comment_list.html
│           └── jump.html
├── framework
│   ├── MySQLPDO.class.php
│   ├── commentController.class.php
│   ├── commentModel.class.php
│   ├── comment_list.html
│   ├── framework.class.php
│   ├── index.php
│   ├── model.class.php
│   ├── page.class.php
│   ├── test_MySQLPDO.php
│   └── test_commentModel.php
├── index.php
├── nginx.htaccess
├── public
│   ├── SQL
│   │   ├── admin.sql
│   │   ├── data.sql
│   │   └── sql1.sql
│   └── css
│       ├── admin.css
│       └── home.css
└── 原生php mysql留言板_留言板.zip

14 directories, 33 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复