Home > Article > Backend Development > Empire cms directory structure sharing, empire cms directory_PHP tutorial
/ system root directory
├d/
Attachment and data storage directory (data)
│├file/ Attachment storage directory
│├js/ JS call generated directory
│└txt/ Content storage text storage directory
├e/ System program directory (empire)
├html/ Customized content page is stored in the default directory
├images/ Default template image directory
(S/Special Catalog (SPECIAL)
├search/ Advanced search page directory
├skin/ Template CSS and image storage directory
└index.html Home Page
/e/ system program directory
├action/ Information dynamic list page and content page directory
├admin/ Backend directory (can be renamed)
├class/ System core file directory
├data/ System processing data related directories (temporary files, cache, etc.)
├DoInfo/ Front-end member management information directory (page template e/template/DoInfo)
├DoPrint/ Print page directory
├DownSys/ Download system model function catalog (page template e/template/DownSys)
├enews/ Frontend processing data entry file
├ftp/ FTP identification directory
├install/ Installation program directory, please delete it after installation
├member/ Front-end membership function directory (page template e/template/member)
├message/ Prompt message page directory
├NewsSys/ News system model function directory
├payapi/ Online payment interface directory (page template e/template/payapi)
├pl/ Comment page table of contents
├public/ Public function program directory (page template e/template/public)
├sch/ Full-text search to generate directory
├search/ Normal search file directory
├ShopSys/ Mall system model function directory (page template e/template/ShopSys)
├ShowKey/ Front-end verification code file directory
├space/ Member space directory (template is the member space template directory)
├tags/ TAGS list file directory
├tasks/ Scheduled task script storage directory
├template/ Template directory of the front-end dynamic page
├tool/ Plug-in related function directory (page template e/template/tool)
├update/ Upgrade program directory (upgrade program is copied to this directory and run)
├ViewImg/ Display large image directory
├wap/ WAP function directory (template is the WAP template directory)
└web/ RSS display file directory
The above is the entire content of this article, I hope you all like it.