Don't look at the demo of Pisces Forest's book management system based on ThinkPHP5 , which is just a simple book management system. Although it is small, it has five books and implements common fields such as string, integer, floating point, date, picture and file types. Add, delete, modify and query. The query conditions use multi-condition combination fuzzy query. The query results are displayed in paging. The strings are divided into single-line text strings, multi-line text strings and super rich text strings. For the rich text fields, we use The UEditor plug-in produced by Baidu adds a lot of color to the website! The backend administrator uses a verification code to log in, and the query result records can be exported to Excel. Two methods, uploadPhoto and uploadFile, are specially written for image upload and file upload and are placed in the base class. All controller classes inherit the base class. The code has been streamlined and optimized!
Development software: PHPStorm Database: mysql
Program background technology framework: ThinkPHP5 (an MVC framework)
The backend interface uses the EasyUI framework, the frontend interface uses the Bootstrap framework, and the user browser and server almost all use jquery asynchronous loading technology!
The software is tested and run in xampp. For other PHP environments, please modify the corresponding configuration environment by yourself.
Open the htdocs directory of the apache server and create the phpsystem folder. Directly put the source code folder into this folder, and then import the mysql database script. The database connection configuration information is in the applicationdatabase.php file!
The background username and password are both: a