addParams() public method
Adds additional parameters to be bound to the query.
See also params().
public $this addParams ( $params ) | ||
---|---|---|
$params | array |
List of query parameter values indexed by parameter placeholders. For example, |
return | $this |
The query object itself |
Please login to continue.