PHP Class MODEL_APP

Show file Open project: baigoStudio/baigoSSO Class Usage Examples

Public Properties

Property Type Description
$appStatus
$appSyncs 状态

Public Methods

Method Description
__construct ( ) 是否同步
api_add ( )
input_ids ( ) : void 选择 app input_ids function.
input_submit ( ) : void 表单验证 input_submit function.
mdl_alert_table ( ) : void 修改表 mdl_alert_table function.
mdl_column ( ) : void 列出字段 mdl_column function.
mdl_count ( array $arr_search = [] ) : void 计数 mdl_count function.
mdl_create_table ( ) : void 创建表 mdl_create function.
mdl_del ( ) : void 删除 mdl_del function.
mdl_list ( mixed $num_no, integer $num_except, array $arr_search = [] ) : void 列出 mdl_list function.
mdl_read ( mixed $str_app, string $str_by = "app_id", integer $num_notId ) : void 读取 mdl_read function.
mdl_reset ( mixed $num_appId ) : void 重置 app key mdl_reset function.
mdl_status ( mixed $str_status ) : void 更改状态 mdl_status function.
mdl_submit ( ) : void 提交 mdl_submit function.

Private Methods

Method Description
sql_process ( array $arr_search = [] ) : void 列出及统计 SQL 处理 sql_process function.

Method Details

__construct() public method

是否同步
public __construct ( )

api_add() public method

public api_add ( )

input_ids() public method

选择 app input_ids function.
public input_ids ( ) : void
return void

input_submit() public method

表单验证 input_submit function.
public input_submit ( ) : void
return void

mdl_alert_table() public method

修改表 mdl_alert_table function.
public mdl_alert_table ( ) : void
return void

mdl_column() public method

列出字段 mdl_column function.
public mdl_column ( ) : void
return void

mdl_count() public method

计数 mdl_count function.
public mdl_count ( array $arr_search = [] ) : void
$arr_search array (default: array())
return void

mdl_create_table() public method

创建表 mdl_create function.
public mdl_create_table ( ) : void
return void

mdl_del() public method

删除 mdl_del function.
public mdl_del ( ) : void
return void

mdl_list() public method

列出 mdl_list function.
public mdl_list ( mixed $num_no, integer $num_except, array $arr_search = [] ) : void
$num_no mixed
$num_except integer (default: 0)
$arr_search array (default: array())
return void

mdl_read() public method

读取 mdl_read function.
public mdl_read ( mixed $str_app, string $str_by = "app_id", integer $num_notId ) : void
$str_app mixed
$str_by string (default: "app_id")
$num_notId integer (default: 0)
return void

mdl_reset() public method

重置 app key mdl_reset function.
public mdl_reset ( mixed $num_appId ) : void
$num_appId mixed
return void

mdl_status() public method

更改状态 mdl_status function.
public mdl_status ( mixed $str_status ) : void
$str_status mixed
return void

mdl_submit() public method

提交 mdl_submit function.
public mdl_submit ( ) : void
return void

Property Details

$appStatus public property

public $appStatus

$appSyncs public property

状态
public $appSyncs