創(chuàng)新互聯(lián)www.cdcxhl.cn八線動態(tài)BGP香港云服務(wù)器提供商,新人活動買多久送多久,劃算不套路!
茂名網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)建站!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)建站于2013年創(chuàng)立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)建站。今天就跟大家聊聊有關(guān)PHPCMS的首頁文件在什么地方,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
PHPCMS的首頁文件路徑是“phpcms/templates/default/content/index.html”;該路徑是PHPCMS中的默認首頁模板,如果要找到自定義的首頁模板,只需將路徑中的“default”改為自定義的名稱即可。
PHPCMS程序目錄結(jié)構(gòu)結(jié)構(gòu)
|-----api 接口文件目錄
|-----caches 緩存文件目錄
|-----configs 系統(tǒng)配置文件目錄
|-----database.php 數(shù)據(jù)庫配置文件
|-----route.php 路由配置文件
|-----system.php 系統(tǒng)配置文件
|-----cache.php 緩存配置文件
|-----configs_* 系統(tǒng)緩存文件目錄
|-----configs_commons/caches_data 主要用來存放后臺設(shè)置的配置信息
|-----category_content.cache.php欄目與站點映射所對應(yīng)的配置文件
|-----category_content_1.cache.php站點1下所有欄目的詳細配置信息
|-----category_item_1.cache.php 文章模型下各欄目所對應(yīng)的數(shù)據(jù)量
|-----category_item_2.cache.php 下載模型下各欄目所對應(yīng)的數(shù)據(jù)量
|-----category_item_3.cache.php 圖片模型下各欄目所對應(yīng)的數(shù)據(jù)量
|-----keylink.cache.php 關(guān)聯(lián)鏈接配置緩存文件
|-----model.cache.php 三大模型配置緩存文件
|-----mood_program.cache.php 表情配置緩存文件
|-----position.cache.php 推薦位配置緩存文件
|-----poster_template_1.cache.php廣告位模板配置緩存文件
|-----sitelist.cache.php 站點列表配置文件,主要緩存所有站點的基本配置信息
|-----type_content.cache.php 多個站點下的類別配置信息
|-----type_content_1.cache.php 當(dāng)前站點下類別配置信息緩存文件
|-----urlrules.cache.php url規(guī)則配置信息緩存文件
|-----urlrules_detail.cache.php url規(guī)則詳細配置信息緩存文件
|-----special.cache.php 專題配置信息緩存文件
|-----role.cache.php 角色配置緩存文件
|-----link.cache.php 友情鏈接緩存文件
|-----configs_model/caches_data
|-----content_form.class.php 生成表單的類庫緩存文件
|-----content_input.class.php 入庫時,對表單數(shù)據(jù)進行驗證的類庫緩存文件
|-----content_output.class.php 對從數(shù)據(jù)表中查詢出來的數(shù)據(jù)進行處理的函數(shù)
|-----content_update.class.php 對要更新的數(shù)據(jù)進行有效性驗證的函數(shù)
|-----model_field_1.cache.php 文章模型所有模型字段的緩存信息
|-----model_field_2.cache.php 下載模型所有模型字段的緩存信息
|-----model_field_3.cache.php 圖片模型所有模型字段的緩存信息
|-----phpcms phpcms框架主目錄
|-----languages 框架語言包目錄
|-----libs 框架主類庫、主函數(shù)庫目錄
|-----classes
|-----form.class.php 表單生成類庫文件
|-----application.class.php 應(yīng)用程序類庫文件
|-----image.class.php 圖片處理類庫文件
|-----attachment.class.php 附件處理類庫文件
|-----param.class.php URL參數(shù)處理類庫文件
|-----functions
|-----global.func.php 公共函數(shù)庫文件
|-----extension.class.php 擴展函數(shù)庫文件
|-----model 框架數(shù)據(jù)庫模型目錄
|-----content_model.class.php 內(nèi)容模型文件
|-----admin_model.class.php 管理員模型文件
|-----attachment_model.class.php 附件模型文件
|-----modules 框架模塊目錄
|-----admin admin模塊
|-----index.php index.php控制器文件
|-----content content模塊
|-----classes content模塊通用類庫
|-----fields content模塊模型字段
|-----functions content模塊通用函數(shù)庫
|-----templates content模塊后臺模板文件
|-----index.php index.php控制器文件
|-----templates 框架系統(tǒng)前臺模板目錄
|-----default 默認的模板風(fēng)格
|-----content content模塊模板目錄
|-----category.html 頻道頁模板文件
|-----list.html 列表頁模板文件
|-----show.html 內(nèi)容頁模板文件
|-----config.php 模板配置文件
|-----phpsso_server phpsso主目錄
|-----statics 網(wǎng)站素材文件目錄
|-----css css文件
|-----images images文件
|-----js js文件
|-----uploadfile 上傳附件
|-----admin.php 后臺入口文件
|-----index.php 前臺入口文件
看完上述內(nèi)容,你們對PHPCMS的首頁文件在什么地方有進一步的了解嗎?如果還想了解更多知識或者相關(guān)內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道,感謝大家的支持。