




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、Modoer二次開(kāi)發(fā)文檔目錄結(jié)構(gòu):Api 整合接口Core 框架核心Data 緩存內(nèi)容Install 安裝數(shù)據(jù)Static 圖片,js位置Templates 模板Uc_uclient ucenter整合客戶端Uploads 上傳數(shù)據(jù)Core 框架核心Admin 框架后臺(tái)代碼Helper 框架功能性函數(shù)和類庫(kù)Lang 代碼級(jí)別的多語(yǔ)言包Lib 框架核心類庫(kù)Model 框架模型Modules 各個(gè)模塊核心代碼Cache.php 必須要的緩存更新Diex.php 錯(cuò)誤提示fense.php 防刷提示Function.php 全局函數(shù)庫(kù)Init.php 系統(tǒng)加載的初始化Loader.php 功能載入類
2、Version.php 版本信息Core/admin 框架后臺(tái)代碼(控制器部分)Admin.inc.php 后臺(tái)用戶管理Announcement.inc.php 公告數(shù)據(jù)管理Area.inc.php 地區(qū)管理Bcastr.inc.php 圖片輪換管理Cpheader.inc.php 后臺(tái)頭部Cphome.inc.php 后臺(tái)首頁(yè)Cplogin.inc.php 后臺(tái)登陸Cpmenu.inc.php 后臺(tái)左側(cè)菜單Database.inc.php 數(shù)據(jù)庫(kù)操作Datacall.inc.php 數(shù)據(jù)調(diào)用Hook.inc.php 函數(shù)鉤子管理(暫未使用)Map.inc.php 函數(shù)接口管理(暫未使用)Me
3、nu.inc.php 菜單管理Module.inc.php 模型管理Setting.inc.php 核心設(shè)置Template.inc.php 模板管理Tools.inc.php 工具管理(緩存更新)Word.inc.php 詞語(yǔ)過(guò)濾Core/helper 框架功能性函數(shù)和類庫(kù)Cache.php 緩存函數(shù)庫(kù),用于讀取,生成緩存數(shù)據(jù),存放于data下Dir.php 目錄操作函數(shù)Display.php 模板內(nèi)使用print:modoer 標(biāo)簽時(shí),使用到的標(biāo)簽庫(kù)Form.php 自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Json.php json形式生成和解析Passport.php dz6的整合(未使用)Query.
4、php 模板內(nèi)使用 get:modoer 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)Sql.php 復(fù)雜SQL操作的函數(shù)庫(kù),例如創(chuàng)建表,刪除表,增加字段,刪除字段,以及索引Template.php 模板引擎Validate.php 數(shù)據(jù)驗(yàn)證類庫(kù)CorelangCH 代碼級(jí)語(yǔ)言包不同模塊組成的語(yǔ)言包文件,例如lang('global_op_succeed'),表示global.php 里的數(shù)組索引 global_op_succeedCorelib 框架核心類庫(kù)Base.php 框架基類Cache.php 緩存類(暫時(shí)沒(méi)有使用,目前使用helper里的cache.php函數(shù)庫(kù))Chinses.php 編
5、碼轉(zhuǎn)換類Database.php 數(shù)據(jù)庫(kù)操作子類(繼承自mysql.php)Editor.php 編輯器類Images.php 圖像處理類Join.php join操作類(暫時(shí)沒(méi)有使用,用函數(shù)庫(kù)里的)Maill.php 郵件發(fā)送類Model.php 模型基類Mysql.php mysql操作基類(被database集成)Mysql_result mysql查詢結(jié)果資源類Rss.php rss生成類upload_file.php 文件上傳類upload_image.php 圖片上傳類(繼承自u(píng)pload_file)Urlrewriter.php URL改寫(xiě)類coremodel 框架模型類(業(yè)務(wù)邏
6、輯),模型被控制器實(shí)例化,每個(gè)模型都集成model.php這個(gè)模型積累,多數(shù)模型都對(duì)應(yīng)著至少1個(gè)數(shù)據(jù)表,從名稱就可以看出所對(duì)應(yīng)的表,主要也是對(duì)數(shù)據(jù)表的數(shù)據(jù)操作(讀取,刪除,編輯,新建)Admin_class后臺(tái)用戶操作模型announcement_class公告操作模型area_class 地區(qū)管理模型bcastr_class 圖片輪換模型config_class 網(wǎng)站配置模型(包含模塊配置)cpuser_class 后臺(tái)登陸用戶操作模型datacall_class 數(shù)據(jù)調(diào)用模型field_class 自定義字段管理模型fielddetail_class 自定義字段顯示模型fieldform_
7、class 自定義字段表單生成模型fieldsetting_class 自定義字段編輯模型fieldvalidator_class 自定義字段數(shù)據(jù)驗(yàn)證模型hook_class 函數(shù)鉤子模型(未使用)menu_class 菜單管理模型module_class 模塊管理模型template_class 模板管理模型word_class 詞語(yǔ)過(guò)濾管理模型coremodules 模塊核心每個(gè)模塊占一個(gè)文件夾,每個(gè)模塊內(nèi)的目錄結(jié)構(gòu)都是相同的(modoer目錄除外)coremodules模塊Admin 模塊的后臺(tái)操作代碼Assistant 模塊的我的助手內(nèi)的操作代碼Helper 模塊自身的函數(shù)以及類庫(kù)In
8、c 模塊被其他模塊或框架引用的HOOK代碼Install 模塊安裝數(shù)據(jù)Model 模塊自身的模型類庫(kù)databackupdata 數(shù)據(jù)庫(kù)備份datacachefiles 配置緩存datadatacall 數(shù)據(jù)調(diào)用緩存datajs js緩存(暫時(shí)沒(méi)有使用到)datalogs 日志datatemplates 前臺(tái)包括助手在內(nèi)的模板緩存staticeditor 在線編輯器kindeditorstaticimages 圖片staticjavascript js,各個(gè)模塊的js最好也放在這里,統(tǒng)計(jì)規(guī)范=coremodulesarticleAjax.php 新聞AJAX操作部分Common.php 新聞模
9、塊核心引用文件Detail.php 新聞詳細(xì)內(nèi)容頁(yè)Index.php 新聞首頁(yè)List.php 新聞列表頁(yè)Member.php 我的助手管理入口Rss.php RSS聚合文件coremodulesarticleadmin 新聞模塊后臺(tái)管理代碼(控制器)Article.inc.php 新聞數(shù)據(jù)管理Category.inc.php 新聞分類管理Config.inc.php 新聞模塊配置Menus.inc.php 新聞模塊的左側(cè)菜單coremodulesarticleassistant 新聞模塊我的助手代碼(控制器)Article.php 處理文章的發(fā)布,刪除,編輯g_article.php 主題文
10、章管理m_article.php 我發(fā)布的文章coremodulesarticlehelper 新聞模塊函數(shù)庫(kù)display.php 模板內(nèi)使用print:article 標(biāo)簽時(shí),使用到的標(biāo)簽庫(kù)Form.php 新聞模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Misc.php 一些雜項(xiàng)類庫(kù)(未分類的函數(shù)庫(kù),靜態(tài)函數(shù))Query.php 模板內(nèi)使用 get:article 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesarticleinc HOOK代碼Cache.php 緩存更新被引用更新模本模塊的緩存comment_hook.php 被評(píng)論模塊應(yīng)用,用于新聞的評(píng)論cphome_hook.php 被后臺(tái)首頁(yè)應(yīng)用,
11、用于模塊的數(shù)據(jù)統(tǒng)計(jì)item_delete_hook.php 被主題點(diǎn)評(píng)模塊內(nèi)主題被刪除引用menu_hook.php 被我的助手左側(cè)菜單引用point_rule.php 被會(huì)員管理,積分設(shè)置里引用rebuild_hook.php 預(yù)留,未使用search_hook.php 被前臺(tái)頭部的搜索功能引用coremodulesarticleinstall 模塊安裝Config.php 模塊初始配置參數(shù)Info.php 模塊的信息Install_check.php 模塊安裝前的檢測(cè)Install.php 模塊安裝后,進(jìn)行的邏輯處理Uninstall.php 模塊卸載后引用,用于清理殘余module_in
12、stall.sql 模塊安裝的SQLmodule_uninstall.sql 模塊寫(xiě)在的SQLcoremodulesarticlemodel 新聞模塊模型article_class.php 新聞數(shù)據(jù)管理模型category_class.php 新聞分類管理模型=coremodulescardCommon.php 模塊核心引用文件Index.php 模塊首頁(yè)Member.php 助手入口coremodulescardadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單Apply.inc.php 會(huì)員卡申請(qǐng)管理Discount.inc.php 會(huì)員折扣數(shù)據(jù)管理
13、coremodulescardassistantApply.php 申請(qǐng)表單提交m_apply.php 申請(qǐng)的內(nèi)容和狀態(tài)coremodulescardhelperForm.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Query.php 模板內(nèi)使用 get:card標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulescardinc內(nèi)容同新聞模塊coremodulescardinstall內(nèi)容同新聞模塊coremodulescardmodelapply_class.php 會(huì)員卡申請(qǐng)模型discount_class.php 會(huì)員折扣模型=coremodulescomment 評(píng)論模塊Common.php 模塊核心
14、引用文件list.php 評(píng)論列表(ajax引用,顯示在各個(gè)不同的模塊)Member.php 助手入口coremodulescommentadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單comment_list.inc.php 評(píng)論數(shù)據(jù)管理coremodulescommentassistantcomment_add.php 提交評(píng)論m_comment.php 我發(fā)布的評(píng)論管理coremodulescommenthelperForm.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Query.php 模板內(nèi)使用 get:comment標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)corem
15、odulescommentinc內(nèi)容同新聞模塊coremodulescommentinstall內(nèi)容同新聞模塊coremodulescommentmodelcomment_class.php 評(píng)論操作模型=coremodulescoupon 優(yōu)惠券模塊Common.php 模塊核心引用文件Member.php 助手入口Apply.php 申請(qǐng)操作Detail.php 詳細(xì)內(nèi)容List.php 列表頁(yè)面Print.php 打印操作coremodulescouponadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單Category.inc.php 分類管理C
16、oupon.inc.php 優(yōu)惠券數(shù)據(jù)管理coremodulescouponassistantCoupon.php 優(yōu)惠券的增加刪除操作g_coupon.php 主題管理員對(duì)自身的優(yōu)惠券進(jìn)行管理coremodulescouponhelperDisplay.php 模板內(nèi)使用print:coupon標(biāo)簽時(shí),使用到的標(biāo)簽庫(kù)Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Query.php 模板內(nèi)使用 get:coupon標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulescouponinc內(nèi)容同新聞模塊coremodulescouponinstall內(nèi)容同新聞模塊coremodulescouponmodel
17、category_class.php 優(yōu)惠券分類模型coupon_class.php 優(yōu)惠券數(shù)據(jù)管理模型=coremodulesexchange禮品兌換模塊Common.php 模塊核心引用文件Member.php 助手入口index.php 模塊首頁(yè)Gift.php 禮品內(nèi)容頁(yè)coremodulesexchangeadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單Exchange.inc.php 兌換數(shù)據(jù)管理Gift.inc.php 禮品管理coremodulesexchangeassistantExchange.php 會(huì)員兌換操作m_gift.ph
18、p 我兌換的禮品coremodulesexchangehelperQuery.php 模板內(nèi)使用 get:coupon標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesexchangeinc內(nèi)容同新聞模塊coremodulesexchangeinstall內(nèi)容同新聞模塊coremodulesexchangemodelexchange_class.php 兌換邏輯模型gift_class.php 禮品邏輯模型=coremodulescoupon 優(yōu)惠券模塊Common.php 模塊核心引用文件Member.php 助手入口Apply.php 申請(qǐng)操作Detail.php 詳細(xì)內(nèi)容List.php 列表頁(yè)
19、面Print.php 打印操作coremodulescouponadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單Category.inc.php 分類管理Coupon.inc.php 優(yōu)惠券數(shù)據(jù)管理coremodulescouponassistantCoupon.php 優(yōu)惠券的增加刪除操作g_coupon.php 主題管理員對(duì)自身的優(yōu)惠券進(jìn)行管理coremodulescouponhelperDisplay.php 模板內(nèi)使用print:coupon標(biāo)簽時(shí),使用到的標(biāo)簽庫(kù)Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Query.php 模板內(nèi)使用 g
20、et:coupon標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulescouponinc內(nèi)容同新聞模塊coremodulescouponinstall內(nèi)容同新聞模塊coremodulescouponmodelcategory_class.php 優(yōu)惠券分類模型coupon_class.php 優(yōu)惠券數(shù)據(jù)管理模型=coremodulesitem 主題點(diǎn)評(píng)模塊Common.php 模塊核心引用文件Member.php 助手入口ajax.php AJAX的入口allpic.php 所有主題圖片列表detail.php 主題詳細(xì)內(nèi)容list.php 主題列表pic.php 指定主題圖片reviews.php 點(diǎn)
21、評(píng)信息列表rss.php RSS點(diǎn)評(píng)聚合search.php 主題搜索tag.php 熱門標(biāo)簽和標(biāo)簽搜索top.php 主題排行coremodulesitemadminConfig.inc.php 模塊配置Menus.inc.php 模塊的左側(cè)菜單 category_add.inc.php 分類增加 category_edit.inc.php 分類編輯 category_list.inc.php 分類列表 field_edit.inc.php 自定義字段編輯 field_list.inc.php 自定義字段列表 field_type.inc.php 自定義字段類型引用(從coremodelfi
22、eldssetting里應(yīng)用框架的,沒(méi)有則應(yīng)用模塊里的coremodulesitemmodelfieldssetting) guestbook_check.inc.php 留言審核 guestbook_list.inc.php 留言管理 model_add.inc.php 模型添加 model_edit.inc.php 模型編輯 model_list.inc.php 模型列表 picture_check.inc.php 圖片審核 picture_list.inc.php 圖片管理 respond_check.inc.php 回應(yīng)審核 respond_list.inc.php 回應(yīng)管理 revi
23、ew_check.inc.php 點(diǎn)評(píng)審核 review_edit.inc.php 點(diǎn)評(píng)編輯 review_list.inc.php 點(diǎn)評(píng)數(shù)據(jù)列表 review_opt.inc.php 點(diǎn)評(píng)項(xiàng)管理 review_report.inc.php 點(diǎn)評(píng)舉報(bào)管理 subject_add.inc.php 主題添加 subject_apply.inc.php 主題管理員申請(qǐng)的管理 subject_check.inc.php 主題審核 subject_edit.inc.php 主題編輯 subject_list.inc.php 主題列表數(shù)據(jù)管理 subject_log.inc.php 主題補(bǔ)充管理 tag_
24、list.inc.php 標(biāo)簽管理 taggroup.inc.php 標(biāo)簽組管理 template.inc.php 主題風(fēng)格管理 coremodulesitemajax guestbook.php 留言提交(顯示ajax翻頁(yè)) picture.php 圖片顯示(顯示ajax翻頁(yè)) respond.php 回應(yīng)部分操作(顯示ajax翻頁(yè)) review.php 點(diǎn)評(píng)部分操作(點(diǎn)評(píng)ajax翻頁(yè),提交,鮮花,舉報(bào)) subject.php 主題部分操作(搜索,收藏,會(huì)員參數(shù),地圖補(bǔ)充)coremodulesitemassistant favorite.php 收藏夾管理 g_guestbook.ph
25、p 主題留言管理 g_picture.php 主題圖片管理 g_subject.php 主題管理 m_guestbook.php 我的留言管理 m_picture.php 我的圖片管理 m_respond.php 我的回應(yīng)管理 m_review.php 我的點(diǎn)評(píng)管理 m_subject.php 我添加的主題列表 pic_upload.php 圖片上傳 review_add.php 點(diǎn)評(píng)發(fā)布 review_edit.php 點(diǎn)評(píng)編輯 subject_add.php 主題添加 subject_apply.php 主題管理員申請(qǐng) subject_edit.php 主題編輯coremodulesite
26、mhelperDisplay.php 模板內(nèi)使用 print:item 標(biāo)簽時(shí),使用到的標(biāo)簽庫(kù)Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù)Query.php 模板內(nèi)使用 get:item 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesiteminc內(nèi)容同新聞模塊domain_hook.php 主題二級(jí)/三級(jí)目錄引用coremodulesiteminstall內(nèi)容同新聞模塊coremodulesitemmodel activity_class.php 活躍度操作模型 category_class.php 分類操作模型 favorite_class.php 收藏夾操作模型 field_class.
27、php 自定義字段操作模型 fielddetail_class.php 自定義字段顯示模型(從框架模型里集成) fieldform_class.php 自定義字段表單生成模型(從框架模型里集成) fieldsetting_class.php 自定義字段編輯模型(從框架模型里集成) fieldvalidator_class.php 自定義字段驗(yàn)證模型(從框架模型里集成) flower_class.php 鮮花操作模型 guestbook_class.php 留言操作模型 itembase_class.php 主題模型基類 model_class.php 主題模型管理模型 picture_clas
28、s.php 主題圖片模型 report_class.php 點(diǎn)評(píng)舉報(bào)模型 respond_class.php 回應(yīng)模型 review_class.php 點(diǎn)評(píng)模型 review_opt_class.php 點(diǎn)評(píng)項(xiàng)模型 search_class.php 搜索模型 subject_class.php 主題模型 subjectapply_class.php 主題管理員申請(qǐng)模型 subjectlog_class.php 主題補(bǔ)充模型 tag_class.php 標(biāo)簽?zāi)P?taggroup_class.php 標(biāo)簽組模型=coremoduleslink 友情鏈接模塊 Common.php 模塊核心引用文
29、件 apply.php 友聯(lián)申請(qǐng) index.php 友聯(lián)首頁(yè)列表coremoduleslinkadmin Config.inc.php 模塊配置 Menus.inc.php 模塊的左側(cè)菜單 link.inc.php 友聯(lián)管理coremoduleslinkhelper Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù) Query.php 模板內(nèi)使用 get:link 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremoduleslinkinc 內(nèi)容同新聞模塊 coremoduleslinkinstall 內(nèi)容同新聞模塊 coremoduleslinkmodel mylink_class.php 友情鏈接邏輯操作模
30、型 =coremodulesmember 會(huì)員模塊 Common.php 模塊核心引用文件 ajax.php 注冊(cè)和登陸AJAX驗(yàn)證 index.php 我的助手入口 login.php 登陸 reg.php 注冊(cè)coremodulesmemberadmin Config.inc.php 模塊配置 Menus.inc.php 模塊的左側(cè)菜單 batchpm.inc.php 短信息公告 members.inc.php 會(huì)員數(shù)據(jù)管理 passport.inc.php 反向整合(非ucenter) point.inc.php 積分設(shè)置(自動(dòng)應(yīng)用各個(gè)模塊的inc目錄里的積分規(guī)則) usergroup.
31、inc.php 會(huì)員組管理和權(quán)限管理(自動(dòng)應(yīng)用各個(gè)模塊admin/templates/hook_usergroup_save.tpl.php) coremodulesmemberassistant face.php 頭像設(shè)置 friend.php 好友管理 main.php 助手首頁(yè) menu.php 助手菜單 myset.php 我的設(shè)置 pm.php 短信息管理和發(fā)送coremodulesmemberhelper Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù) Query.php 模板內(nèi)使用 get:member 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesmemberinc 內(nèi)容同新聞模
32、塊 coremodulesmemberinstall 內(nèi)容同新聞模塊 coremodulesmembermodel feed_class.php feed事件錄入(占位文件,主要使用ucenter里的feed) friend_class.php 好友管理模型 member_class.php 會(huì)員管理模型 membereffect_class.php 會(huì)員參數(shù)模型 message_class.php 短信息模型 point_class.php 積分變更模型 user_class.php 會(huì)員SESSION類 usergroup_class.php 會(huì)員組模型 =coremodulesmodoe
33、r 框架前臺(tái)頁(yè)面 ajax.php ajax方式數(shù)據(jù)調(diào)用和驗(yàn)證碼檢測(cè) announcement.php 公告顯示 js.php js方式數(shù)據(jù)調(diào)用 map.php 地圖接口顯示 search.php 搜索(自動(dòng)引用各個(gè)模塊的inc里的search_hook.php) seccode.php 顯示驗(yàn)證碼=coremodulesproduct 主題產(chǎn)品模塊 Common.php 模塊核心引用文件 member.php 我的助手入口文件 detail.php 產(chǎn)品內(nèi)容頁(yè) list.php 產(chǎn)品列表頁(yè)coremodulesproductadmin Config.inc.php 模塊配置 Menus.in
34、c.php 模塊的左側(cè)菜單 field_edit.inc.php 自定義字段編輯 field_list.inc.php 自定義字段列表 field_type.inc.php 自定義字段類型引用(從coremodelfieldssetting里應(yīng)用框架的,沒(méi)有則應(yīng)用模塊里的coremodulesproductmodelfieldssetting) model_add.inc.php 新建模型 model_edit.inc.php 模型編輯 model_list.inc.php 模型列表 product_list.inc.php 產(chǎn)品列表 coremodulesproductassistant c
35、ategory.php 產(chǎn)品分類管理 g_product.php 主題產(chǎn)品的管理coremodulesproducthelper Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù) Query.php 模板內(nèi)使用 get:product 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesproductinc 內(nèi)容同新聞模塊 coremodulesproductinstall 內(nèi)容同新聞模塊 coremodulesproductmodel category_class.php 產(chǎn)品分類模型 field_class.php 產(chǎn)品自定義字段模型 model_class.php 產(chǎn)品模型管理模型 product
36、_class.php 產(chǎn)品數(shù)據(jù)庫(kù)操作模型 =coremodulesproduct 主題產(chǎn)品模塊 Common.php 模塊核心引用文件 member.php 我的助手入口文件 detail.php 產(chǎn)品內(nèi)容頁(yè) list.php 產(chǎn)品列表頁(yè)coremodulesproductadmin Config.inc.php 模塊配置 Menus.inc.php 模塊的左側(cè)菜單 field_edit.inc.php 自定義字段編輯 field_list.inc.php 自定義字段列表 field_type.inc.php 自定義字段類型引用(從coremodelfieldssetting里應(yīng)用框架的,沒(méi)有
37、則應(yīng)用模塊里的coremodulesproductmodelfieldssetting) model_add.inc.php 新建模型 model_edit.inc.php 模型編輯 model_list.inc.php 模型列表 product_list.inc.php 產(chǎn)品列表 coremodulesproductassistant category.php 產(chǎn)品分類管理 g_product.php 主題產(chǎn)品的管理coremodulesproducthelper Form.php 模塊的自動(dòng)化表單空間生產(chǎn)函數(shù)庫(kù) Query.php 模板內(nèi)使用 get:link 標(biāo)簽時(shí),用到的標(biāo)簽庫(kù)coremodulesproductinc 內(nèi)容同新聞模塊 coremodulesproductinstall 內(nèi)容同新聞模塊 coremodulesproductmodel category_class.php 產(chǎn)品分類模型 field_class.php 產(chǎn)品自定義字段模型 model_class.php 產(chǎn)品模型管理模型 product_class.php 產(chǎn)品數(shù)據(jù)庫(kù)操作模型 =coremodulesspace 個(gè)人空間模塊 Common.php 模塊核心引用文件 assistant.php 我的助手入口文件 friends.ph
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度離婚協(xié)議書(shū):房產(chǎn)各半分割及婚姻解除后共同財(cái)產(chǎn)處理合同
- 二零二五年度酒店客房經(jīng)營(yíng)權(quán)及服務(wù)質(zhì)量標(biāo)準(zhǔn)合同
- 二零二五年度特色小鎮(zhèn)房屋買賣意向協(xié)議
- 二零二五年度國(guó)際項(xiàng)目資金代管合作協(xié)議
- 二零二五年度股東法人免責(zé)責(zé)任界定協(xié)議
- 河北省二零二五年度企業(yè)職工工傷認(rèn)定服務(wù)合同
- 2025年度責(zé)任保險(xiǎn)合同糾紛和解協(xié)議書(shū)
- 二零二五年度宿舍管理免責(zé)合同
- 二零二五年度手房買賣定金合同履行及違約責(zé)任協(xié)議
- 二零二五年度房地產(chǎn)銷售居間與綠色建筑節(jié)能改造服務(wù)合同
- 華為機(jī)器視覺(jué)好望系列產(chǎn)品介紹
- 多重耐藥護(hù)理查房
- 《旅游經(jīng)濟(jì)學(xué)》全書(shū)PPT課件
- 中國(guó)醫(yī)院質(zhì)量安全管理 第3-5部分:醫(yī)療保障 消毒供應(yīng) T∕CHAS 10-3-5-2019
- 安全評(píng)價(jià)理論與方法第五章-事故樹(shù)分析評(píng)價(jià)法
- CoDeSys編程手冊(cè)
- 幼兒園一日活動(dòng)流程表
- 中國(guó)民俗知識(shí)競(jìng)賽題(附答案和詳細(xì)解析)
- 散裝水泥罐體標(biāo)準(zhǔn)資料
- 原發(fā)性肝癌臨床路徑最新版
- 第3章一氧化碳變換
評(píng)論
0/150
提交評(píng)論