PHP Class CLASS_AJAX

Show file Open project: baigoStudio/baigoSSO

Public Properties

Property Type Description
$alert 配置
$log 返回代码

Public Methods

Method Description
__construct ( ) 日志
chk_install ( ) : void 验证是否安装 chk_install function.
halt_alert ( mixed $str_alert ) : void 返回出错信息(含具体信息) halt_alert function.
halt_re ( mixed $str_alert ) : void ajax 返回出错信息(仅代码) halt_re function.

Method Details

__construct() public method

日志
public __construct ( )

chk_install() public method

验证是否安装 chk_install function.
public chk_install ( ) : void
return void

halt_alert() public method

返回出错信息(含具体信息) halt_alert function.
public halt_alert ( mixed $str_alert ) : void
$str_alert mixed
return void

halt_re() public method

ajax 返回出错信息(仅代码) halt_re function.
public halt_re ( mixed $str_alert ) : void
$str_alert mixed
return void

Property Details

$alert public property

配置
public $alert

$log public property

返回代码
public $log