文件名称:2WEB_FinalExercise_PHPBlog
介绍说明--下载内容均来自于网络,请自行研究使用
一个简易的PHP入门项目,可以登录网页添加,删除文字记录,相当于自己的一个微博。-It is a simple project to make your self blog ,you can add or delect the blog ,also can list all of them.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
addPost.php
classes
.......\AbstractPDOManager.class.php
.......\PDOCommentManager.class.php
.......\PDOPostManager.class.php
.......\PDOUserManager.class.php
.......\SimplePostManager.class.php
.......\SimpleUserManager.class.php
.......\entities
.......\........\Comment.class.php
.......\........\Post.class.php
.......\........\User.class.php
.......\manager
.......\.......\CommentManager.class.php
.......\.......\PostManager.class.php
.......\.......\UserManager.class.php
js
..\main.js
login.php
postList.php
printComments.php