[Zope] site structure (fwd)

Oleg Broytmann Oleg Broytmann <phd@mail2.phd.pp.ru>
Thu, 14 Dec 2000 20:23:40 +0300 (MSK)


On Thu, 14 Dec 2000, Max M wrote:
> If I where to do it in regular Python I would use special classes for
> special layouts. That is hard to do in Zope.

   Why hard? Not hard at all - develop your own set of classes, make it
into a Product, and use instance of these classes instead of DTML
Documents. Actually, there is nothing special in DTML Documents - they are
instances of DTMLDocument class, nothing more. Creating your own type of
document is not harder, IMHO.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.