[Zope] Pluggable brains

2000-09-14 Thread gotcha
Is there a place where pluggable brains mechanism is described ? I am beginning a Zope site project. With the few I have read about pluggable brains, I feel that more info could help me in deciding which part of data has to stay in ZODB and which should go inside RDBM. Thanks. Godefroid Cha

Re: [Zope] list of users tied to database

2000-09-14 Thread gotcha
Did you try this proposal posted yesterday ? on Wednesday, September 13, 2000 tom smith wrote : ts> I'm trying to create a list of users' emails. There is a table called ts> "tblUsers" and a field called "Email". ts> I have created a sql method called "get_email(UserName)" which works fine. ts>

[Zope] Re: list of users tied to database

2000-09-13 Thread gotcha
Quoting : > on 13/9/00 2:47 pm, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > I am still a newbie, but I wonder if you can use the sequence-item of > > a enclosing dtml-in inside the definition of a nested dtml-in > > yeah, I think I"ve done this before by using a variable, but can't fo

[Zope] ZDOM and Zope release version number

2000-09-13 Thread gotcha
Hi all, two questions : I have read the ZDOM documentation on Zope.org but it is unclear if it is already implemented or if it is still a project. I could not use it on my Free Zope account by NIP. So I was wondering if NIP was running a previous release which does not support ZDOM. Then th