Function list_getBanLogEntries
Load a list of ban log entries from the database. (no permissions check). Callback for $listOptions['get_items'] in BanLog()
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/ManageBans.php
integer |
$start |
The item to start with (for pagination purposes) |
integer |
$items_per_page |
How many items to show on each page |
string |
$sort |
A string telling ORDER BY how to sort the results |
array
|
An array of info about the ban log entries for the list. |