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