[Zope] Multi tier partitioning meaningful in some Zope apps ?
Anthony Baxter
Anthony Baxter <anthony@interlink.com.au>
Fri, 10 Dec 1999 13:50:00 +1100
>>> Greg Ward wrote
> Business logic should be coded in Python, and interfaced via External
> Methods.
A trick that I'm pretty sure I forgot to mention - when creating external
methods in the Zope mgmt interface, set their title to the argument
list of the ext. method. So for
def dothings(folder, foo, *bar):
set the title to " folder, foo, *bar " - then, in the folder listing, you
get
dothings ( folder, foo, *bar )
makes it much easier to work with...
Anthony
--
Anthony Baxter <anthony@interlink.com.au>
It's never too late to have a happy childhood.