Deutsche Zope User Group
Gast 1 Benutzer online
DZUG-News

RootObject

Das root-Objekt (entspricht dem root-Verzeichnis) bekommt man mit:

  rootobject = self.getPhysicalRoot()

  rootobject = Zope.app()

  app = MyFolder.getPhysicalRoot()

Es hei�t auch das top-level-object in Zope


Links:

https://dzug.org/mailinglisten/zope-org-zope/archive/2003/2003-04/1051649213191 - app is now your root, and we can do stuff with it. do a dir(Zope), and look for start* to get zope to start normally..