[ Index ] |
PHP Cross Reference of phpBB 3.0 Beta 3 |
[Source view] [Print]
(no description)
Copyright: | (c) 2005 phpBB Group |
License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
Version: | $Id: auth.php,v 1.69 2006/10/22 13:30:45 acydburn Exp $ |
File Size: | 858 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
auth:: (15 methods):
acl()
acl_get()
acl_getf()
acl_getf_global()
acl_gets()
acl_get_list()
acl_cache()
build_bitstring()
acl_clear_prefetch()
acl_role_data()
acl_raw_data()
acl_user_raw_data()
acl_group_raw_data()
login()
build_auth_option_statement()
acl(&$userdata) X-Ref |
Init permissions |
acl_get($opt, $f = 0) X-Ref |
Look up an option if the option is prefixed with !, then the result becomes negated If a forum id is specified the local option will be combined with a global option if one exist. If a forum id is not specified, only the global option will be checked. |
acl_getf($opt, $clean = false) X-Ref |
Get forums with the specified permission setting if the option is prefixed with !, then the result becomes nagated param: bool $clean set to true if only values needs to be returned which are set/unset |
acl_getf_global($opt) X-Ref |
Get local permission state for any forum. Returns true if user has the permission in one or more forums, false if in no forum. If global option is checked it returns the global state (same as acl_get($opt)) Local option has precedence... |
acl_gets() X-Ref |
Get permission settings (more than one) |
acl_get_list($user_id = false, $opts = false, $forum_id = false) X-Ref |
Get permission listing based on user_id/options/forum_ids |
acl_cache(&$userdata) X-Ref |
Cache data to user_permissions row |
build_bitstring(&$hold_ary) X-Ref |
Build bitstring from permission set |
acl_clear_prefetch($user_id = false) X-Ref |
Clear one or all users cached permission settings |
acl_role_data($user_type, $role_type, $ug_id = false, $forum_id = false) X-Ref |
Get assigned roles |
acl_raw_data($user_id = false, $opts = false, $forum_id = false) X-Ref |
Get raw acl data based on user/option/forum |
acl_user_raw_data($user_id = false, $opts = false, $forum_id = false) X-Ref |
Get raw user based permission settings |
acl_group_raw_data($group_id = false, $opts = false, $forum_id = false) X-Ref |
Get raw group based permission settings |
login($username, $password, $autologin = false, $viewonline = 1, $admin = 0) X-Ref |
Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him. |
build_auth_option_statement($key, $auth_options, &$sql_opts, &$sql_escape) X-Ref |
Fill auth_option statement for later querying based on the supplied options |
Generated: Wed Nov 22 00:35:05 2006 | Cross-referenced by PHPXref 0.6 |