Function ssi_queryMembers
Pulls info about members based on the specified parameters. Used by other functions to eliminate duplication.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
string |
$query_where = null |
The info for the WHERE clause of the query |
array |
$query_where_params = array() |
The parameters for the WHERE clause |
string|integer |
$query_limit = '' |
The number of rows to return or an empty string to return all |
string |
$query_order = 'id_member DESC' |
The info for the ORDER BY clause of the query |
string |
$output_method = 'echo' |
The output method. If 'echo', displays a list of members, otherwise returns an array of info about them |
|array
|
Displays a list of members or returns an array of info about them, depending on output_method. |