Re: [Zope-dev] Re: self = self.this() in Factory Methods [Was: Dynpersist.so and makefile.pre.in]

2002-02-02 Thread Florent Guillaume
Andrew Kenneth Milton <[EMAIL PROTECTED]> wrote: > If someone gives me a sane reason why this isn't correct and that calling > self = self.this() in every product constructor is actually the correct > behaviour I'll put it in (as opposed to catering for lazy ZClass > programmers d8) Not that th

[Zope-dev] dynamically using inheritance

2002-02-02 Thread Ed Colmar
Hey all. I'm working ona little skinning implementation where I want to pull a folder name out of a database, then navigate to it to get dtml methods. Hardcoding it is easy, but how exactly would I insert a variable into this simple dtml-with? to get an idea of how the site is layed out