Quantcast
Channel: Omeka Forums » Topic: Reports Plugin: reversing order of results
Viewing all articles
Browse latest Browse all 3

Tom on "Reports Plugin: reversing order of results"

$
0
0

Thanks Patrick,

I used this code in the end which works well:

$params = array (
       'sort_field' => 'added',
       'sort_dir'   => 'a'
       );
         while ($items = get_db()->getTable('Item')->findBy($params, 30, $page)):

Viewing all articles
Browse latest Browse all 3

Trending Articles