Beauty salon SPA membership management system developed by thinkphp3.23+B-jui1.2
X-MMS is developed based on thinkphp3.23+B-JUI1.2. The permissions use Auth type authentication. The permissions can be subdivided into each function. It has all the functions of adding, deleting, modifying and checking. It integrates the PHPExcel export function and uses the data analysis graphics. Jpgraph chart
Installation instructions
1. Import mms2.sql into the MYSQL database, and change the database name and account password in App/Common/Conf/db.php to your own.
2. Place the program in an environment with PHP version greater than 5.3, such as: http://127.0.0.1/Administrator’s account admin password admin123456
3. The interface is B-JUI, please use IE8 or above, or Google Chrome. The effect is better
Account: admin
Password: admin123456
Everyone encounters problems during installation:
1. A blank line appears at the top of the page
Solution: db.php should be encoded and saved in uft8 BOM-free format
format in notepad++ editor
2. Garbled code problem
Solution: Select uft8-general-ci encoding format when creating database tables.
Then click on SQL, copy mms2, SQL into it, and execute it.
3. What if an error occurs when the program is executed?
Solution: Save PHP>5.3 version
Delete the Runtime folder under the App