db\QueryBuilder buildAndCondition()

buildAndCondition() public method

Connects two or more SQL expressions with the AND or OR operator.

public string buildAndCondition ( $operator, $operands, &$params )
$operator string

The operator to use for connecting the given operands

$operands array

The SQL expressions to connect.

$params array

The binding parameters to be populated

return string

The generated SQL expression

doc_Yii
2016-10-30 16:59:10
Comments
Leave a Comment

Please login to continue.