diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5e813df..b1309bc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -76,8 +88,8 @@ - - + + @@ -91,7 +103,7 @@ - + @@ -100,6 +112,18 @@ + + + + + + + + + + + + @@ -147,6 +171,7 @@ @@ -221,17 +246,18 @@ 1543295006709 - + - + - + @@ -244,7 +270,7 @@ - + @@ -441,13 +467,6 @@ - - - - - - - @@ -462,5 +481,22 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/info.txt b/README.MD similarity index 62% rename from info.txt rename to README.MD index 853935c..415c2e0 100644 --- a/info.txt +++ b/README.MD @@ -1,7 +1,6 @@ -本程序 +#php简单的多用户管理系统 -最低php要求5.6 -必须支持Pdo扩展 +需要环境支持pdo Gd库 使用之前先新建数据库 然后导入 根目录下的 data.sql @@ -19,11 +18,5 @@ config/config.inc.php 前台功能 用户注册 用户登陆 积分签到 积分消费 签到记录 消费记录 资料修改 -本程序采用php面向对象思想开发 代码复用较高 - 构建 完美分页类 inclode/page.class.php 构建 验证码类 inclode/vcode.class.php -数据库操作 采用php自身的 Pdo扩展 进行增删改查 (php5.5之后版本统一不再使用mysql扩展函数 应当用 mysqlli 或者pdo ) - - -