Feature Request #73
Reverse date order
| Status: | New | Start: | 2008-04-30 | |
| Priority: | Medium | Due date: | ||
| Assigned to: | Ryan McCue | % Done: | 0% |
|
| Category: | Data Access | |||
| Target version: | 1.3 | |||
Description
It's quite handy when storing items in a database to store them in reverse order to the way they appear in the feed. eg LIFO. This is because most feeds contain items in Date descending and the order_by_date control seems to force this. So the last item in the feed is actually the first one to be checked and updated or inserted.
The feature request is for a new variable and set function, reverse_order which does a $items = array_reverse($items); somewhere around line 3035 in the trunk code.
History
Updated by Geoffrey Sneddon 819 days ago
- Category set to Data Access
- Status changed from Unconfirmed to New
- Target version set to 1.2
Updated by Ryan McCue 667 days ago
- Assigned to set to Ryan McCue
Would #50 cover this, by allowing you to override the sorting?
Updated by Geoffrey Sneddon 429 days ago
- Target version changed from 1.2 to 1.3