--On 27. September 2007 15:37:33 -0400
tonylabarbara@aol.com wrote:
> Hi;
> I want to do something like this in my Page Template:
> mysql> select * from products order by name, newRow;
>
> Now, I know I can do this:
>
> tal:define="items python:sequence.sort(items, (('name', 'cmp', 'asc'),))"
>
> but that only orders by name, not by name *and* newRow. Any ideas?
>
YES! You read the fine documentation:
<
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/AdvZPT.stx>
-aj