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 |
Please login to continue.