Files
member/info.txt
2018-11-29 08:53:38 +08:00

30 lines
733 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
本程序
最低php要求5.6
必须支持Pdo扩展
使用之前先新建数据库
然后导入 根目录下的 data.sql
数据库配置文件
config/config.inc.php
后台登陆地址
网址/admin.php
用户登陆地址
网址/index.php
后台功能 对用户的 修改 查看 删除 功能
前台功能 用户注册 用户登陆 积分签到 积分消费 签到记录 消费记录 资料修改
本程序采用php面向对象思想开发 代码复用较高
构建 完美分页类 inclode/page.class.php
构建 验证码类 inclode/vcode.class.php
数据库操作 采用php自身的 Pdo扩展 进行增删改查 php5.5之后版本统一不再使用mysql扩展函数 应当用 mysqlli 或者pdo