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? TIA, Tony ________________________________________________________________________ Email and AIM finally together. You've gotta check out free AOL Mail! - http://mail.aol.com
--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
Thanks! -----Original Message----- From: Andreas Jung <lists@zopyx.com> To: tonylabarbara@aol.com; zope@zope.org Sent: Thu, 27 Sep 2007 3:43 pm Subject: Re: [Zope] ZMySQLDA Question ? --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? ________________________________________________________________________ Email and AIM finally together. You've gotta check out free AOL Mail! - http://mail.aol.com
participants (2)
-
Andreas Jung -
tonylabarbara@aol.com