[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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: | 725 lines (21 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, &$sort_key, &$sort_dir, &$sort_by_sql, &$sort_order_sql, &$total, $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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |