mongodb\ActiveQuery populate()

populate() public method

Converts the raw query results into the format as specified by this query.

This method is internally used to convert the data fetched from MongoDB into the format as required by this query.

public array populate ( $rows )
$rows array

The raw query result from MongoDB

return array

The converted query result

doc_Yii
2016-10-30 17:07:23
Comments
Leave a Comment

Please login to continue.