色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

Joomla下利用configuration.php存儲簡單數據

寫入過程
復制代碼 代碼如下:
// Get the path of the configuration file
$fname = JPATH_CONFIGURATION.DS.'configuration.php';
// clear cache
$cache = JFactory::getCache();
$cache->clean();
// Update the credentials with the new settings
$config =& JFactory::getConfig();
$config->setValue('config.custom_var', 'xxx');
// Get the config registry in php class format and write it to configuation.php
jimport('joomla.filesystem.file');
if (!JFile::write($fname, $config->toString('php', 'config', array('class' => 'JConfig')))) {
die(JText::_('ERRORCONFIGFILE'));
}

提取過程
復制代碼 代碼如下:
global $mainframe;
$mainframe->getCfg('custom_var');

php技術Joomla下利用configuration.php存儲簡單數據,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 阳江市| 邻水| 河西区| 偃师市| 张北县| 新巴尔虎左旗| 铜山县| 大厂| 浦北县| 仲巴县| 嵊州市| 新闻| 文山县| 东源县| 奉贤区| 广安市| 凤台县| 碌曲县| 崇仁县| 墨脱县| 南靖县| 博兴县| 铜川市| 天柱县| 桐城市| 克东县| 香格里拉县| 黄梅县| 互助| 广丰县| 拉萨市| 新乡市| 合水县| 衡山县| 隆林| 尼木县| 额敏县| 大名县| 西丰县| 延安市| 成都市|