Query\QueryBuilderInterface::where
Specify condition(s) in the where clause of a query Note: this function works with key / value, or a passed array with key / value pairs
Signature
public function where(mixed
$key,
[array
$val = ,
[bool
$escape = NULL]] )
Parameters
$key
— mixed$val
— array$escape
— object
Returns
- Query_Builder