[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/ -> mcp.php (summary)

(no description)

Copyright: (c) 2005 phpBB Group
License: http://opensource.org/licenses/gpl-license.php GNU Public License
Version: $Id$
File Size: 915 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 15 functions

  _module__url()
  _module_notes_url()
  _module_warn_url()
  _module_main_url()
  _module_logs_url()
  _module_ban_url()
  _module_queue_url()
  _module_reports_url()
  extra_url()
  get_topic_data()
  get_post_data()
  get_forum_data()
  get_pm_data()
  mcp_sorting()
  check_ids()

Functions
Functions that are not part of a class:

_module__url($mode, &$module_row)   X-Ref
Functions used to generate additional URL paramters


_module_notes_url($mode, &$module_row)   X-Ref
No description

_module_warn_url($mode, &$module_row)   X-Ref
No description

_module_main_url($mode, &$module_row)   X-Ref
No description

_module_logs_url($mode, &$module_row)   X-Ref
No description

_module_ban_url($mode, &$module_row)   X-Ref
No description

_module_queue_url($mode, &$module_row)   X-Ref
No description

_module_reports_url($mode, &$module_row)   X-Ref
No description

extra_url()   X-Ref
No description

get_topic_data($topic_ids, $acl_list = false, $read_tracking = false)   X-Ref
Get simple topic data


get_post_data($post_ids, $acl_list = false, $read_tracking = false)   X-Ref
Get simple post data


get_forum_data($forum_id, $acl_list = 'f_list', $read_tracking = false)   X-Ref
Get simple forum data


get_pm_data($pm_ids)   X-Ref
Get simple pm data


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

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 Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1