Function smf_db_search_query
Returns the correct query for this search type.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/DbSearch-postgresql.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/DbSearch-postgresql.php
string |
$identifier |
A query identifier |
string |
$db_string |
The query text |
array |
$db_values = array() |
An array of values to pass to $smcFunc['db_query'] |
resource |
$connection = null |
The current DB connection resource |
resource
|
The query result resource from $smcFunc['db_query'] |