We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要减少重复代码,尤其时 数据库 连接的时候,不需要任何 php 文件都是以数据库链接开头,可以使用一个 php 文件, require 进去。
require
注意外键的使用,留言和用户之间有明显的关系,在数据库设计时未考虑这一点
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码书写方式
需要减少重复代码,尤其时 数据库 连接的时候,不需要任何 php 文件都是以数据库链接开头,可以使用一个 php 文件,
require
进去。数据库设计
注意外键的使用,留言和用户之间有明显的关系,在数据库设计时未考虑这一点
功能
交互
The text was updated successfully, but these errors were encountered: