Das Cisco CMS-Hintergrund-Content-Management-System ist ein PHP-Content-Management-System, das mit PHP+MySQL entwickelt wurde.
Beschreibung der Struktur des Cisco CMS-Hintergrund-Content-Management-Systems:
1. Verwenden Sie die Version thinkphp3.2.3 als PHP-Framework
2. Verzeichnisstruktur
/index.php Front-End-Eintragsdatei
/admin.php Backend-Eintragsdatei
/api.phpapi-Eintragsdatei
/install.php Installationseintragsdatei (wird verwendet, wenn für die Installation erforderlich)
/app-Projekt-Home-Verzeichnis
/app/Application Hauptanwendungsverzeichnis
/app/Application/Admin Hintergrund-Hauptanwendung
/app/Application/Apiapi-Hauptanwendung
/app/Application/HomeForeground Hauptanwendung
/app/Application/Install Hauptanwendung des Installationsassistenten
/app/Core3.2.3 Home-Verzeichnis des Kern-Frameworks
/CommonPublic Items
/Common/conf Hauptkonfigurationszugriffsverzeichnis des Projekts, gemeinsam genutzt mit anderen Unterprojekten
/staticssikcmsstatic-Ressourcenverzeichnis
/statics/adminsikcmsBackend statisches Ressourcenverzeichnis
/statics/homesikcms statisches Front-End-Ressourcenverzeichnis
Statisches Ressourcenverzeichnis des Installationsassistenten /statics/installsikcms
/Public öffentliches Ressourcenaufrufverzeichnis
/upload_dir Verzeichnis zum Hochladen von Hintergrunddateien
/#Runtime-Anwendungs-Cache-Datei
3.Installationsanleitung
lokale Bereitstellung
http://localhost/install.php, um die Installation aufzurufen