$conf=C('AUTH_CONFIG');
$temp=array();
foreach ($conf as $k => $v) {
$temp[$k]=$prefix.$v;
}
$this->_config = array_merge($this->_config,$temp); 最佳答案
$conf=C('AUTH_CONFIG');
$temp=array();
foreach ($conf as $k => $v) {
$temp[$k]=$prefix.$v;
}
$this->_config = array_merge($this->_config,$temp);