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

Joomla下利用configuration.php存儲(chǔ)簡(jiǎn)單數(shù)據(jù)

寫(xiě)入過(guò)程
復(fù)制代碼 代碼如下:
// 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'));
}

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

php技術(shù)Joomla下利用configuration.php存儲(chǔ)簡(jiǎn)單數(shù)據(jù),轉(zhuǎn)載需保留來(lái)源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 大兴区| 石首市| 兴安县| 葫芦岛市| 潞西市| 武城县| 慈溪市| 九龙县| 满城县| 安阳市| 科技| 衡阳市| 武平县| 大荔县| 象州县| 阳新县| 兴业县| 伊宁市| 阜新市| 德清县| 资兴市| 滨海县| 仙桃市| 南康市| 龙南县| 南康市| 印江| 收藏| 靖州| 贵港市| 灵石县| 得荣县| 丰宁| 安塞县| 怀宁县| 绥滨县| 纳雍县| 佛教| 积石山| 大厂| 彰化县|