[Zope] Sort in ascending order?

Rik Hoekstra rik.hoekstra@inghist.nl
Tue, 22 Feb 2000 17:28:59 +0100


Jason Spisak wrote:
> 
> Zopemisters,
> 
> Is there anyway to sort objectValues() by bobobase modification time so
> that the most recent acced object is first?  Right now sort puts it
> last. (Largest number I guess).
> 

just put in a 'reverse' like so:

<dtml-var objectValues sort=bobobase_modification_time reverse>

rik