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? ----------------- Building highways to reduce traffic is like loosening your belt to reduce obesity
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
participants (2)
-
Alexander N Gould -
ethan mindlace fremen