Quantcast
Viewing all articles
Browse latest Browse all 3

patrickmj on "Reports Plugin: reversing order of results"

In that snippet of code, try adding these to $this->_params before calling findBy

'sort_field' => 'added'
'sort_dir'   => 'a'

or something similar, based on what field you need to sort on.


Viewing all articles
Browse latest Browse all 3

Trending Articles