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.
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.