메소드 |
설명 |
|
__Get_city ( ) : mixed |
获取当前用户所在城市 |
|
__Get_content ( $url ) : mixed |
请求远程数据 |
|
__Get_ip ( ) : string |
获取当前用户IP |
|
__alert ( $method, $msg ) |
输出提示 |
|
__check_istrue ( $obj, $b ) |
检测对象是否真并返回JSON |
|
__construct ( ) |
|
|
__get_cate_num ( $catid ) : boolean | integer |
获取总的待办事项数 |
|
__get_cate_num2 ( $catid ) : boolean | integer |
获取栏目待办事项数 |
|
__get_pname_bypd ( $parentid ) : mixed |
根据父ID获取父栏目名称 |
|
__haschild ( $catid ) : boolean |
检测是否有子栏目 |
|
__initial ( $c ) |
初始化 |
|
__is_ie ( ) : boolean |
检测是否是IE浏览器 |
|
__show_result ( $event, $status ) |
返回错误信息 |
|
alert ( ) |
获取用户提示 |
|
index ( ) |
Index |
|
login ( ) |
登陆 |
|
logout ( ) |
退出登陆 |
|
utf8Substr ( $str, $from, $len ) : mixed |
中文字符截断 |
|
utf8_strlen ( null $string = NULL ) : integer |
字符长度计算 |
|
weather ( ) |
天气接口 |
|