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