[Zope] newbie question

ethan mindlace fremen mindlace@digicool.com
Thu, 22 Jun 2000 16:43:41 -0400


Alexander N Gould wrote:
> 
> Now that I've set up some virtual hosts off my zserver, I have another
> question.  These sites (each in a folder in the zope DB) share a lot of
> data in the form of some custom zobjects representing contacts, calendar
> items, and posts to discussion boards.  If I put these objects in folders
> on the root level, how do I access them from dtml methods somewhere else?
> Or am I going about this all wrong?

<dtml-with SomeTopFolder>
<dtml-var SomeObject>
</dtml-with>

A revamped "transparent folder" will allow you to make global objects
more easily sometime in the near future (after 2.2 release)

ethan mindlace fremen
Zopatista Community Liason