Function getWhereClause
Constructs a WHERE clause ("WHERE uniqueid1='uniquevalue1' AND uniqueid2='uniquevalue2' ...") from an array (map) of variables and their values which identifies a unique record in the database table.
string |
$unique_set |
what to add to the WHERE clause |
contructed
|
WHERE cleause |