PHP 클래스 Grw

상속: extends FeiController
파일 보기 프로젝트 열기: wufeifei/grw 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( ) 天气接口

메소드 상세

__Get_city() 공개 메소드

获取当前用户所在城市
public __Get_city ( ) : mixed
리턴 mixed

__Get_content() 공개 메소드

请求远程数据
public __Get_content ( $url ) : mixed
$url
리턴 mixed

__Get_ip() 공개 메소드

获取当前用户IP
public __Get_ip ( ) : string
리턴 string

__alert() 공개 메소드

输出提示
public __alert ( $method, $msg )
$method
$msg

__check_istrue() 공개 메소드

检测对象是否真并返回JSON
public __check_istrue ( $obj, $b )
$obj
$b

__construct() 공개 메소드

public __construct ( )

__get_cate_num() 공개 메소드

获取总的待办事项数
public __get_cate_num ( $catid ) : boolean | integer
$catid
리턴 boolean | integer

__get_cate_num2() 공개 메소드

获取栏目待办事项数
public __get_cate_num2 ( $catid ) : boolean | integer
$catid
리턴 boolean | integer

__get_pname_bypd() 공개 메소드

根据父ID获取父栏目名称
public __get_pname_bypd ( $parentid ) : mixed
$parentid
리턴 mixed

__haschild() 공개 메소드

检测是否有子栏目
public __haschild ( $catid ) : boolean
$catid
리턴 boolean

__initial() 공개 메소드

初始化
public __initial ( $c )
$c

__is_ie() 공개 메소드

检测是否是IE浏览器
public __is_ie ( ) : boolean
리턴 boolean

__show_result() 공개 메소드

返回错误信息
public __show_result ( $event, $status )
$event
$status

alert() 공개 메소드

获取用户提示
public alert ( )

index() 공개 메소드

Index
public index ( )

login() 공개 메소드

登陆
public login ( )

logout() 공개 메소드

退出登陆
public logout ( )

utf8Substr() 공개 메소드

中文字符截断
public utf8Substr ( $str, $from, $len ) : mixed
$str
$from
$len
리턴 mixed

utf8_strlen() 공개 메소드

字符长度计算
public utf8_strlen ( null $string = NULL ) : integer
$string null
리턴 integer

weather() 공개 메소드

天气接口
public weather ( )