Download the PHP package kphoen/propel-multiple-aggregate-column-behavior without Composer
On this page you can find all versions of the php package kphoen/propel-multiple-aggregate-column-behavior. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kphoen/propel-multiple-aggregate-column-behavior
More information about kphoen/propel-multiple-aggregate-column-behavior
Files in kphoen/propel-multiple-aggregate-column-behavior
Package propel-multiple-aggregate-column-behavior
Short Description Propel Behavior that allows multiple aggregate columns on a single table
License MIT
Informations about the package propel-multiple-aggregate-column-behavior
PropelMultipleAggregateColumnBehavior
This behavior is an almost exact copy of the bundled aggregate_column behavior, with the addition of allowing multiple aggregate columns on a single table - something not possible with the existing behavior.
This behaviors aims to be fully compatible with the original aggregate_column behavior.
Status
This project is DEPRECATED and should NOT be used.
If someone magically appears and wants to maintain this project, I'll gladly give access to this repository.
Working with several aggregates
The syntax is pretty straightforward :
If you want to define several aggregates, the count parameter is mandatory. You will then be able to define as many aggregates as you want.
Working with a single aggregate
However, if you only have one aggregate, the count parameter can be omitted and the behavior recognises the same syntax as the old aggregate_column behavior:
Advanced usage
For further information, please refer to the official Aggregate Column Behavior documentation.
Credits
- Nathan Jacobson: original author of this behavior. I used his work as a base, made it fully functionnal and tested it.
Licence
MIT, see the LICENCE file.