mongodb\Query aggregate()

aggregate() protected method

Performs the aggregation for the given column.

protected integer aggregate ( $column, $operator, $db )
$column string

Column name.

$operator string

Aggregation operator.

$db yii\mongodb\Connection

The database connection used to execute the query.

return integer

Aggregation result.

doc_Yii
2016-10-30 17:08:54
Comments
Leave a Comment

Please login to continue.