populate() public method (available since version 2.0.4)
Converts the raw query results into the format as specified by this query.
This method is internally used to convert the data fetched from database into the format as required by this query.
public array populate ( $rows ) | ||
---|---|---|
$rows | array |
The raw query result from database |
return | array |
The converted query result |
Please login to continue.