Richard writes:
Can anyone think of a way to set the order in the database? I think that it is probably impractical, if not impossible.
you would need some field(s) in the database for ordering and then use ORDER BY in SELECT.
Is this reverse order by design or by implementation? My ser logic heavily relies on the behavior. I wonder if any future upgrade might break it if it is just how the code is implemented.
there are modules that would break if reverse order is changed to something else.
-- juha