PHP Class MODEL_OPT

Datei anzeigen Open project: baigoStudio/baigoSSO

Public Properties

Property Type Description
$arr_const

Public Methods

Method Description
__construct ( )
chk_ver ( $is_check = false, $method = "auto" )
input_const ( mixed $str_type ) : void 表单输入处理 input_const function.
input_dbconfig ( boolean $is_token = true ) : void 数据库配置表单验证 input_dbconfig function.
mdl_const ( mixed $str_type ) : void 处理常量并生成配置文件 mdl_const function.
mdl_dbconfig ( ) : void 生成数据库配置文件 mdl_dbconfig function.
mdl_over ( ) : void 生成已安装文件 mdl_over function.
ver_process ( $method = "auto" )

Method Details

__construct() public method

public __construct ( )

chk_ver() public method

public chk_ver ( $is_check = false, $method = "auto" )

input_const() public method

表单输入处理 input_const function.
public input_const ( mixed $str_type ) : void
$str_type mixed
return void

input_dbconfig() public method

数据库配置表单验证 input_dbconfig function.
public input_dbconfig ( boolean $is_token = true ) : void
$is_token boolean (default: true)
return void

mdl_const() public method

处理常量并生成配置文件 mdl_const function.
public mdl_const ( mixed $str_type ) : void
$str_type mixed
return void

mdl_dbconfig() public method

生成数据库配置文件 mdl_dbconfig function.
public mdl_dbconfig ( ) : void
return void

mdl_over() public method

生成已安装文件 mdl_over function.
public mdl_over ( ) : void
return void

ver_process() public method

public ver_process ( $method = "auto" )

Property Details

$arr_const public_oe property

public $arr_const