What is the directory structure of DEDECMS?
A more detailed and comprehensive description of the directory structure of Dream Weaver DEDECMS, friends who use dedecms can learn about it. Conveniently modify the dedecms program.
Recommended study:Dreamweavercms
Root directory
/dede Management backend directory
/ freelist Free document list generation directory
/html Default article generation directory
/include Program core file directory
/member Member management directory
/plus plug-in And auxiliary function directory
/setup installation directory
/special theme generation directory
/templets default template storage directory
/upimg upload and download file storage directory
base.css Basic style sheet
index.php Website default homepage
robots.txt Search control file
/templets template directory
/dedecmsv31 3 Template directory
/default Default template directory
article_article.htm Ordinary article page template
article_default.htm General document page template
article_flash.htm flash page template
article_image.htm album page template
article_soft.htm software page template
article_spec.htm topic page template
index .htm Website homepage template
index_article.htm Article channel cover template
index_article_webart1.htm
index_article_webart2.htm
index_article_webart.htm
index_default.htm General document cover template
index_flash.htm flash channel cover template
index_image.htm Album channel cover template
index_soft.htm Software channel cover template
list_article.htm Article list template
list_default.htm General document list directory template
list_flash.htm flash document list template
list_free.htm Free list template
list_image.htm Album list template
list_soft.htm Software list template
list_spec.htm Topic list template
/img Template image directory (including styles Table)
/plus Auxiliary plug-in template directory
download_links_templet.htm Download link template
feedback_confirm.htm Comment confirmation template
feedback_templet.htm User comment template
feedback_templet_js.htm
flink-add.htm Friendly link add template
flink-list.htm Friendly link list template
guestbook.htm Guestbook Template
heightsearch.htm Advanced search template
js.htm
recommend.htm Recommended friend template
rss.htm RSS XML template
rssmap.htm RSS subscription file
showphoto.htm Image display template
sitemap.htm Website map template
view_msg.htm Member prompt information template
vote.htm Voting result display template
/system system template directory
channel_list.htm Column list system template
list_fulllist.htm Document list system template
mynews.htm Site news system template
part_arclist.htm Article list system template
part_autochannel.htm Classified column system template
part_channelartlist.htm Column system containing article list Template
part_imginfolist.htm Template called using the imginfolist tag
part_imglist.htm Template called using the imglist tag
part_type_list.htm System template for a single column
spec_arclist.htm Topic list article system template
spec_list.htm Topic template
tag_arclist.htm
tag_fieldlist.htm Fieldlist system template
/ system/channel Channel special bottom template directory
channel_downlinkpage.htm Download address list link template
channel_downlinks.htm Download address list template
channel_spec_note.htm Topic node list template
/include directory Program core directory
config_base.php environment definition file. It is used to detect the system environment, define the working directory, save database link information, introduce commonly used functions, etc. It is recommended not to modify it.
config_hand.php system configuration file. Define the commonly used configuration information definitions of the system, and the file can be generated directly from the background management.
config_passport.php Pass file
config_rglobals.php detects system external variables
config_rglobals_magic.php Same as above
inc_archives_view.php is used to browse documents or edit documents Generate HTML
inc_arclist_view.php Used to browse channel lists or generate HTML for content lists
inc_arcmember_view.php Used to browse documents posted by members
inc_arcpart_view.php Used to parse And create global templates, such as channel covers, homepages, single pages, etc.
inc_arcsearch_view.php is used for document search
inc_arcspec_view.php Used to browse all topic lists or generate HTML for the topic list
inc_channel_unit.php Additional data structure information for users to parse specific channels
inc_channel_unit_functions.php System common function collection
inc_downclass.php Anti-collection random string function
inc_freelist_view.php Used to generate HTML for a specific content list
inc_functions.php A collection of functions available to users
inc_imgbt.php GetTypeidSelMember
inc_memberlogin.php is used for user login and obtaining member status
inc_photograph.php is used for processing pictures in the system, such as watermarks, thumbnails, etc.
inc_photowatermark_config.php Image processing parameter definition
inc_rss_view.php is used to browse channel RSS or generate static files for RSS
inc_separate_functions.php SpGetArcList function, used to obtain the document list
inc_sitemap.php is used to generate the site map
inc_type_tree.php is used to select the directory tree of the column
inc_type_tree_member.php Same as above, members use
inc_typelink.php Used to display the position of articles and column positions, etc.
inc_typeunit_admin.php is used for some complex operations in channel management, mainly used in the background
inc_typeunit_menu.php Same as above
inc_userlogin. php is used for administrator login
inc_vote.php is used to manage voting
jump.php is used for hyperlink jump
pub_charset.php shared character processing function, GB/ UTF-8/Unicode/BIG5 and other interchange
pub_collection.php is used for collection
pub_collection_functions.php collection function
pub_datalist.php background management data list
pub_datalist_dm.php Same as above, no template is used
pub_db_mysql.php is used to operate the database
pub_dedehtml2.php is used for HTML parsing in collection
pub_dedehtml.php HTML parser
pub_dedetag.php is used to parse dede template tags
pub_httpdown.php is used to download resources in http
pub_oxwindow.php background program extension
pub_splitword_www.php Dreamweaver word segmentation algorithm
validateimg.php Verification code
vdimgck.php Verification code
/inc Shared function directory
inc_fun_funAdmin. php Get pinyin code and other functions
inc_fun_funString.php html code processing and other functions
inc_fun_SpGetArcList.php Get the document list SpGetArcList
The above is the detailed content of What is the directory structure of DEDECMS?. For more information, please follow other related articles on the PHP Chinese website!