Method | Description | |
---|---|---|
checkLogin ( $redirect = true ) | ||
message ( $msg, $redirect = '' ) | ||
sendResult ( $array ) | 返回json数据 |
Method | Description | |
---|---|---|
checkItemCreator ( $uid, $item_id ) | 判断某用户是否为项目创建者 | |
checkItemPermn ( $uid, $item_id ) | 判断某用户是否有项目管理权限(项目成员member_group_id为1,以及 项目创建者) | |
checkItemVisit ( $uid, $item_id, $refer_url = '' ) | 判断某用户是否有项目访问权限(公开项目的话所有人可访问,私有项目则项目成员、项目创建者和访问密码输入者可访问) |
protected checkItemPermn ( $uid, $item_id ) |
protected checkItemVisit ( $uid, $item_id, $refer_url = '' ) |