[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 762 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
phpbb_module__url($mode, $module_row) X-Ref |
Functions used to generate additional URL paramters |
phpbb_module_notes_url($mode, $module_row) X-Ref |
No description |
phpbb_module_warn_url($mode, $module_row) X-Ref |
No description |
phpbb_module_main_url($mode, $module_row) X-Ref |
No description |
phpbb_module_logs_url($mode, $module_row) X-Ref |
No description |
phpbb_module_ban_url($mode, $module_row) X-Ref |
No description |
phpbb_module_queue_url($mode, $module_row) X-Ref |
No description |
phpbb_module_reports_url($mode, $module_row) X-Ref |
No description |
phpbb_extra_url() X-Ref |
No description |
phpbb_get_topic_data($topic_ids, $acl_list = false, $read_tracking = false) X-Ref |
Get simple topic data |
phpbb_get_post_data($post_ids, $acl_list = false, $read_tracking = false) X-Ref |
Get simple post data |
phpbb_get_forum_data($forum_id, $acl_list = 'f_list', $read_tracking = false) X-Ref |
Get simple forum data |
phpbb_get_pm_data($pm_ids) X-Ref |
Get simple pm data |
phpbb_mcp_sorting($mode, &$sort_days_val, &$sort_key_val, &$sort_dir_val, &$sort_by_sql_ary, &$sort_order_sql, &$total_val, $forum_id = 0, $topic_id = 0, $where_sql = 'WHERE') X-Ref |
sorting in mcp param: string $where_sql should either be WHERE (default if ommited) or end with AND or OR |
phpbb_check_ids(&$ids, $table, $sql_id, $acl_list = false, $single_forum = false) X-Ref |
Validate ids param: array &$ids The relevant ids to check param: string $table The table to find the ids in param: string $sql_id The ids relevant column name param: array $acl_list A list of permissions the user need to have param: mixed $singe_forum Limit to one forum id (int) or the first forum found (true) return: mixed False if no ids were able to be retrieved, true if at least one id left. |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |