sphinx\MatchExpression params()

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, [':name' => 'Dan', ':age' => 31].

return $this

The expression object itself

doc_Yii
2016-10-30 17:12:11
Comments
Leave a Comment

Please login to continue.