Student management system based on ThinkPHP framework + message board background management system

The homework completed in the sophomore php dynamic website training course.

Code source address: https://github.com/LVQINGDONG/learn_php/branches Find the messageboard branch to download.

The back end of the system uses thinkphp3.2 framework, the front end uses boostrap, and the database uses mysql.

website homepage:


Design Ideas of Student Management System:

①First realize the administrator login function: administrator registration, login, and password modification.


②Professional and class information list function: Obtain the major and class information in the database, and complete the addition, deletion, modification and check of the major and class information.

③Student information list function: Obtain student information in the database, and complete the addition, deletion, modification, and check of student information.

④The administrator responds, edits, and deletes the students' messages in the student database (the front desk of the students' messages is not completed).

-------------------------------------------------------------------------------------------------------------

Finally, the database file is located in the data folder:

System access entrance:

The port number of the underlined part is determined by the port number of your own server, which is set to port 8080 here.


Guess you like

Origin blog.csdn.net/li__po/article/details/80989069