This topic is locked

Descending Query All

1/6/2017 3:14:33 AM
PHPRunner General questions
B
bree author

Hi Guys,

im sorry to ask you this question, i've try to search on the last topics, but didn't found any.
Im using PHPRunner 6.2

Trying to query all data via DAL using "QueryAll", but the result is "Ascended" data, any idea how to get the data in "Descended" order?

The order is based on the record timestamp, so the newest is on the top.
Thanks before.
regards.
Juki

admin 1/6/2017

You cannot do this with QueryAll but you can do that with Query. Check examples at http://xlinesoft.com/phprunner/docs/query.htm