Last active
April 10, 2017 07:17
-
-
Save wdog/fd7be5ba9f1b6331872ace34f8061d1b to your computer and use it in GitHub Desktop.
Nayjest Sum Total
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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