Cisco cms background content management system is a php content management system developed with php+mysql.
Cisco cms background content management system structure description:
1. Use thinkphp3.2.3 version as the PHP framework
2. Directory structure
/index.php front-end entry file
/admin.php backend entry file
/api.phpapi entry file
/install.php installation entry file (used when required for installation)
/app project home directory
/app/Application main application directory
/app/Application/Admin background main application
/app/Application/Apiapi main application
/app/Application/HomeForeground main application
/app/Application/Install Installation Wizard Main Application
/app/Core3.2.3 core framework home directory
/CommonPublic Items
/Common/conf project main configuration access directory, shared with other sub-projects
/staticssikcmsstatic resource directory
/statics/adminsikcmsBackend static resource directory
/statics/homesikcms front-end static resource directory
/statics/installsikcms installation wizard static resource directory
/Public public resource call directory
/upload_dir background file upload directory
/#runtime application cache file
3.Installation guidance
local deployment
http://localhost/install.php to enter the installation