迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計(jì)理念, 支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
在線咨詢
網(wǎng)站信息屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('site', SITE_ID);
模塊配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('module-'.SITE_ID."-"."填寫模塊英文名");
全局表單配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('form-'.SITE_ID, "填寫表單英文名"); 表單名稱: $cache['name']表單seo標(biāo)題:$cache['setting']['seo']['title']
模塊表單配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('module-'.SITE_ID."-"."填寫模塊英文名", "form", "表單英文名");
評(píng)論插件-模塊 配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('app-comment-'.SITE_ID, 'module', "模塊目錄"));
評(píng)論插件-模塊表單 配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('app-comment-'.SITE_ID, 'mform', "模塊目錄-表單名"));
評(píng)論插件-全局表單 配置屬性獲?。?/p>$cache = \Phpcmf\Service::L('cache')->get('app-comment-'.SITE_ID, 'form', "表單名"));
用戶設(shè)置屬性獲?。?/p>$cache = \Phpcmf\Service::C()->member_cache;