System:Model:groupBy

From Aspen Documentation

Sets a group by.

Since 1.0

Arguments

void groupBy (string $field)

field
Database table field name.

Returns

This function does not return any values.

Examples

Example:

$this->APP->model->groupBy('blog_id');