[Templates] sort and nsort

Andy Wardley abw@kfs.org
Tue, 12 Mar 2002 13:28:29 +0000


On Thu, Feb 14, 2002 at 08:11:40AM +0000, Tony Bowden wrote:
> So, if I had a list of 'book' objects rather than a list of hashrefs, I
> could still do
> > 	[% library = books.sort('author') %]
> 
> But could also do:
> > 	[% library = books.sort('title') %]

Yes, I've added that feature.  Coming soon in a developer release.

A