最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Joomla下利用configuration.php存儲簡單數(shù)據(jù)

 更新時間:2010年05月19日 23:45:34   作者:  
Joomla下利用configuration.php存儲簡單數(shù)據(jù)的代碼,需要的朋友可以參考下。
寫入過程
復(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'));
}

提取過程
復(fù)制代碼 代碼如下:

global $mainframe;
$mainframe->getCfg('custom_var');

相關(guān)文章

最新評論

社会| 土默特右旗| 镇宁| 新营市| 聂荣县| 湘乡市| 唐海县| 天峨县| 乐平市| 读书| 渭源县| 镇巴县| 和平区| 苗栗县| 辽阳市| 方正县| 桦南县| 扬州市| 常州市| 平顺县| 涞源县| 措美县| 宜丰县| 晋中市| 中山市| 务川| 靖宇县| 攀枝花市| 霍山县| 开阳县| 阿拉善盟| 保康县| 石阡县| 镇原县| 镶黄旗| 大邑县| 前郭尔| 敦化市| 马山县| 砚山县| 普宁市|