Function list_getMembers
Callback for createList().
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Members.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Members.php
integer |
$start |
Which item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show per page |
string |
$sort |
An SQL query indicating how to sort the results |
string |
$where |
An SQL query used to filter the results |
array |
$where_params = array() |
An array of parameters for $where |
boolean |
$get_duplicates = false |
Whether to get duplicates (used for the admin member list) |
array
|
An array of information for displaying the list of members |