[Zope] calling standard_html_header from external methods

Daryl Tester dt@picknowl.com.au
Mon, 03 Jul 2000 11:01:10 +0930


Dieter Maurer wrote:

> The __call__ function of DTML methods gets the following
> arguments: client=None, mapping=None, **kw.
> 
> You therefore may call it: "self.standard_html_header(self,REQUEST)"
> or "self.standard_html_header(None,REQUEST)".

And what's the difference between passing in self or None?  What
does the client parameter actually do?

Regards,
  Daryl Tester