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)):
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)):