j4mie / idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
http://j4mie.github.com/idiormandparis/
2.01k stars 369 forks source link

aggregate methods - would help if result field name was documented #288

Closed thepurpleblob closed 8 years ago

thepurpleblob commented 8 years ago

Documentation for count(), sum() etc. doesn't say what the field for that method will be called in the result. Granted, it's not that hard to find out, but it would save some time if it was documented.

treffynnon commented 8 years ago

Please open a documentation pull request with these changes and it'll be merged. On 30 Dec 2015 03:09, "Howard Miller" notifications@github.com wrote:

Documentation for count(), sum() etc. doesn't say what the field for that method will be called in the result. Granted, it's not that hard to find out, but it would save some time if it was documented.

— Reply to this email directly or view it on GitHub https://github.com/j4mie/idiorm/issues/288.