PHP 클래스 MODEL_USER

파일 보기 프로젝트 열기: baigoStudio/baigoSSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$userStatus

공개 메소드들

메소드 설명
__construct ( )
input_chk_mail ( ) : void 表单验证邮箱 input_chk_mail function.
input_chk_name ( ) : void 表单验证用户名 input_chk_name function.
input_convert ( ) : void 转换表单验证 input_convert function.
input_edit_api ( ) : void api 编辑表单验证 input_edit_api function.
input_forgot_verify ( ) : void 忘记密码表单验证 input_forgot_verify function.
input_get_by ( string $str_method = "get" ) : void 以 get 或 post 方式读取 input_get_by function.
input_ids ( ) : void 选择 input_ids function.
input_ids_api ( )
input_login_api ( ) : void api 登录表单验证 input_login_api function.
input_mail_api ( ) : void api 更换邮箱表单验证 input_mail_api function.
input_refresh_api ( ) : void api 刷新访问口令表单验证 input_refresh_api function.
input_reg_api ( ) : void api 注册表单验证 input_reg_api function.
input_submit ( ) : void 表单验证 input_submit function.
input_token_api ( string $str_method = "get" ) : void api 验证访问口令 input_token_api function.
mdl_alert_table ( ) : void 修改表 mdl_alert_table function.
mdl_column ( ) : void 列出字段 mdl_column function.
mdl_confirm ( mixed $num_userId ) : void 激活用户 mdl_confirm function.
mdl_convert ( ) : void 转换并导入数据库 mdl_convert function.
mdl_count ( array $arr_search = [] ) : void 计数 mdl_count function.
mdl_create_table ( ) : void 创建表 mdl_create function.
mdl_create_view ( ) : void 创建视图 mdl_create_view function.
mdl_del ( mixed $_arr_userIds ) : void 删除 mdl_del function.
mdl_edit ( mixed $num_userId ) : void 编辑 mdl_edit function.
mdl_forgot ( mixed $num_userId ) : void 忘记密码 mdl_forgot function.
mdl_import ( ) : void 导入预览 mdl_import function.
mdl_list ( mixed $num_no, integer $num_except, array $arr_search = [] ) : void 列出 mdl_list function.
mdl_list_view ( array $arr_search = [] ) : void 从视图列出 mdl_list_view function.
mdl_login ( mixed $num_userId ) : void 登录 mdl_login function.
mdl_mail ( mixed $num_userId, mixed $str_mail ) : void 修改邮箱 mdl_mail function.
mdl_read ( mixed $str_user, string $str_by = "user_id", integer $num_notId ) : void 读取 mdl_read function.
mdl_read_api ( mixed $str_user, string $str_by = "user_id", integer $num_notId ) : void api 读取 mdl_read_api function.
mdl_refresh ( mixed $num_userId ) : void 刷新访问口令 mdl_refresh function.
mdl_status ( mixed $str_status ) : void 更新状态 mdl_status function.
mdl_submit ( string $str_userPass = "", string $str_userRand = "", $str_status = "" ) : void 提交 mdl_submit function.

비공개 메소드들

메소드 설명
chk_user_id ( mixed $num_id ) : void 验证用户 ID chk_user_id function.
chk_user_mail ( mixed $str_mail, $num_min ) : void 验证邮箱 chk_user_mail function.
chk_user_name ( $str_name ) : void 验证用户名 chk_user_name function.
chk_user_nick ( mixed $str_nick ) : void 验证昵称 chk_user_nick function.
chk_user_note ( mixed $str_note ) : void 验证备注 chk_user_note function.
chk_user_pass ( mixed $str_pass ) : void 验证密码 chk_user_pass function.
sql_process ( array $arr_search = [] ) : void 列出及统计 SQL 处理 sql_process function.

메소드 상세

__construct() 공개 메소드

public __construct ( )

input_chk_mail() 공개 메소드

表单验证邮箱 input_chk_mail function.
public input_chk_mail ( ) : void
리턴 void

input_chk_name() 공개 메소드

表单验证用户名 input_chk_name function.
public input_chk_name ( ) : void
리턴 void

input_convert() 공개 메소드

转换表单验证 input_convert function.
public input_convert ( ) : void
리턴 void

input_edit_api() 공개 메소드

api 编辑表单验证 input_edit_api function.
public input_edit_api ( ) : void
리턴 void

input_forgot_verify() 공개 메소드

忘记密码表单验证 input_forgot_verify function.
public input_forgot_verify ( ) : void
리턴 void

input_get_by() 공개 메소드

以 get 或 post 方式读取 input_get_by function.
public input_get_by ( string $str_method = "get" ) : void
$str_method string (default: "get")
리턴 void

input_ids() 공개 메소드

选择 input_ids function.
public input_ids ( ) : void
리턴 void

input_ids_api() 공개 메소드

public input_ids_api ( )

input_login_api() 공개 메소드

api 登录表单验证 input_login_api function.
public input_login_api ( ) : void
리턴 void

input_mail_api() 공개 메소드

api 更换邮箱表单验证 input_mail_api function.
public input_mail_api ( ) : void
리턴 void

input_refresh_api() 공개 메소드

api 刷新访问口令表单验证 input_refresh_api function.
public input_refresh_api ( ) : void
리턴 void

input_reg_api() 공개 메소드

api 注册表单验证 input_reg_api function.
public input_reg_api ( ) : void
리턴 void

input_submit() 공개 메소드

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

input_token_api() 공개 메소드

api 验证访问口令 input_token_api function.
public input_token_api ( string $str_method = "get" ) : void
$str_method string (default: "get")
리턴 void

mdl_alert_table() 공개 메소드

修改表 mdl_alert_table function.
public mdl_alert_table ( ) : void
리턴 void

mdl_column() 공개 메소드

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

mdl_confirm() 공개 메소드

激活用户 mdl_confirm function.
public mdl_confirm ( mixed $num_userId ) : void
$num_userId mixed
리턴 void

mdl_convert() 공개 메소드

转换并导入数据库 mdl_convert function.
public mdl_convert ( ) : void
리턴 void

mdl_count() 공개 메소드

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

mdl_create_table() 공개 메소드

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

mdl_create_view() 공개 메소드

创建视图 mdl_create_view function.
public mdl_create_view ( ) : void
리턴 void

mdl_del() 공개 메소드

删除 mdl_del function.
public mdl_del ( mixed $_arr_userIds ) : void
$_arr_userIds mixed
리턴 void

mdl_edit() 공개 메소드

编辑 mdl_edit function.
public mdl_edit ( mixed $num_userId ) : void
$num_userId mixed
리턴 void

mdl_forgot() 공개 메소드

忘记密码 mdl_forgot function.
public mdl_forgot ( mixed $num_userId ) : void
$num_userId mixed
리턴 void

mdl_import() 공개 메소드

导入预览 mdl_import function.
public mdl_import ( ) : void
리턴 void

mdl_list() 공개 메소드

列出 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())
리턴 void

mdl_list_view() 공개 메소드

从视图列出 mdl_list_view function.
public mdl_list_view ( array $arr_search = [] ) : void
$arr_search array (default: array())
리턴 void

mdl_login() 공개 메소드

登录 mdl_login function.
public mdl_login ( mixed $num_userId ) : void
$num_userId mixed
리턴 void

mdl_mail() 공개 메소드

修改邮箱 mdl_mail function.
public mdl_mail ( mixed $num_userId, mixed $str_mail ) : void
$num_userId mixed
$str_mail mixed
리턴 void

mdl_read() 공개 메소드

读取 mdl_read function.
public mdl_read ( mixed $str_user, string $str_by = "user_id", integer $num_notId ) : void
$str_user mixed
$str_by string (default: "user_id")
$num_notId integer (default: 0)
리턴 void

mdl_read_api() 공개 메소드

api 读取 mdl_read_api function.
public mdl_read_api ( mixed $str_user, string $str_by = "user_id", integer $num_notId ) : void
$str_user mixed
$str_by string (default: "user_id")
$num_notId integer (default: 0)
리턴 void

mdl_refresh() 공개 메소드

刷新访问口令 mdl_refresh function.
public mdl_refresh ( mixed $num_userId ) : void
$num_userId mixed
리턴 void

mdl_status() 공개 메소드

更新状态 mdl_status function.
public mdl_status ( mixed $str_status ) : void
$str_status mixed
리턴 void

mdl_submit() 공개 메소드

提交 mdl_submit function.
public mdl_submit ( string $str_userPass = "", string $str_userRand = "", $str_status = "" ) : void
$str_userPass string (default: "")
$str_userRand string (default: "")
리턴 void

프로퍼티 상세

$userStatus 공개적으로 프로퍼티

public $userStatus