Solar_Sql_Model_Params_Fetch::where()
public
Solar_Sql_Model_Params_Fetch
Solar_Sql_Model_Params_Fetch::where
( string $cond
, string $val = '--5a333dc50d9341d8e73e56e2ba591b87'
)
Adds a WHERE condition to the fetch, optionally with a value to bind to the condition.
Parameters
(string)
$cond
: The WHERE condition.(string)
$val
: A value to quote into the condition, replacing question-mark placeholders.
Returns
(Solar_Sql_Model_Params_Fetch)
Description
Adds a WHERE condition to the fetch, optionally with a value to bind to the condition.