There is such a table, the table has
Id,start_time these two fields
I want to achieve a list of what is in front of Start_time>now (),
In the back is start_time.<>< p=""><>
I used the paging method is the API provides last_id such a field, mobile 0 means the drop-down refresh to get the first page, the second page when the last ID as last_id to the API, so that the server passed the ID<>< p=""><>
Don't know if this is a popular pagination method ...
Reply content:
There is such a table, the table has
Id,start_time these two fields
I want to achieve a list of what is in front of Start_time>now (),
In the back is start_time.<>< p=""><>
I used the paging method is the API provides last_id such a field, mobile 0 means the drop-down refresh to get the first page, the second page when the last ID as last_id to the API, so that the server passed the ID<>< p=""><>
Don't know if this is a popular pagination method ...
If you do not want to implement this sort, then you can order by Start_time
Explanation: Start_time When