Skip to content

Instantly share code, notes, and snippets.

@wdog
Last active April 10, 2017 07:17
Show Gist options
  • Select an option

  • Save wdog/fd7be5ba9f1b6331872ace34f8061d1b to your computer and use it in GitHub Desktop.

Select an option

Save wdog/fd7be5ba9f1b6331872ace34f8061d1b to your computer and use it in GitHub Desktop.
Nayjest Sum Total
(new TotalsRow(['posts_count', 'comments_count']))
->setFieldOperations([
'posts_count' => TotalsRow::OPERATION_SUM,
'comments_count' => TotalsRow::OPERATION_SUM,
]),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment