PHP 클래스 XattachModel, thinksns

파일 보기 프로젝트 열기: medz/thinksns-4

공개 메소드들

메소드 설명
_install ( ) 卸载服务,未编码
_start ( ) 启动服务,未编码
_stop ( ) 停止服务,未编码
_uninstall ( ) 卸载服务,未编码
addFile ( $attach_type = 'attach', $attach_file ) 直接直接保存文件到附件表
download ( integer $aid ) 下载附件
error ( $info, $return = false ) 返回失败信息
getAttach ( $attachId, $field = '*' ) 返回附件数据
run ( ) 运行服务
success ( $info, $return = false ) 返回成功信息
upload ( string $attach_type = 'attach', array $input_options = [] ) 上传附件

메소드 상세

_install() 공개 메소드

卸载服务,未编码
public _install ( )

_start() 공개 메소드

启动服务,未编码
public _start ( )

_stop() 공개 메소드

停止服务,未编码
public _stop ( )

_uninstall() 공개 메소드

卸载服务,未编码
public _uninstall ( )

addFile() 공개 메소드

直接直接保存文件到附件表
public addFile ( $attach_type = 'attach', $attach_file )

download() 공개 메소드

下载附件
public download ( integer $aid )
$aid integer 附件ID 为空时使用$_REQUEST['id']作为附件ID

error() 공개 메소드

返回失败信息
public error ( $info, $return = false )

getAttach() 공개 메소드

返回附件数据
public getAttach ( $attachId, $field = '*' )

run() 공개 메소드

运行服务
public run ( )

success() 공개 메소드

返回成功信息
public success ( $info, $return = false )

upload() 공개 메소드

上传附件
public upload ( string $attach_type = 'attach', array $input_options = [] )
$attach_type string 附件类型
$input_options array 配置选项[不推荐修改, 默认使用后台的配置]