[Zope] getPhysicalRoot()

Chris Withers chrisw@nipltd.com
Mon, 14 Jan 2002 17:56:03 +0000


"Mayers, Philip J" wrote:
> 
> Not this:
> 
> return container.getPhysicalRoot().absolute_url()

This is the correct one...

> The return value of getPhysicalRoot probably doesn't have an absolute_url
> attribute :o)

...and AFAIK, application instances (which getPhysicalRoot returns) _do_ have an
absolute_url parameter...

cheers,

Chris