$fileurl = $_v['fileurl']; } $filename = $_v['filename'] ? $_v['filename'] : "点击下载"; $groupid = $_v['groupid'] ? $_v['groupid'] : 0; $point = $_v['point'] ? $_v['point'] : 0; $list_str[$_k]['fileurl'] = $fileurl; $list_str[$_k]['filename'] = $filename; $list_str[$_k]['groupid'] = $groupid; $list_str[$_k]['point'] = $point; } } } return $list_str; } /** * 万能字段字段类型内容获取 * @param type $field 字段名 * @param type $value 字段内容 * @return string */ function omnipotent($field, $value) { if (empty($value)) { return $value; } $this->fields[$field]['setting'] = preg_replace_callback( '!s:(\d+):"(.*?)";!s', function($r){ return 's:'.strlen($r[2]).':"'.$r[2].'";'; }, $this->fields[$field]['setting'] ); //字段配置 $setting = unserialize($this->fields[$field]['setting']); if (in_array($setting['fieldtype'], array('text', 'mediumtext', 'longtext'))) { $_value = unserialize($value); if ($value && $_value) { $value = $_value; } } return $value; } } System Error

Class 'content_output' not found