Re: [Zope-DB] Question Concerning Z SQL Method and Class Bindings

2010-05-25 Thread Peter Sabaini
On Mon, 2010-05-24 at 21:33 -0700, Mark Phillips wrote: > I am reading the zope 2 book (relational database section) and it > talks about binding classes by putting them in the Extensions > directory and then associating them with a Z SQL Method. That seems to > be rather straight forward, but wher

Re: [Zope-DB] Question Concerning Z SQL Method and Class Bindings

2010-05-25 Thread Peter Sabaini
class you specify (Python supports multiple inheritance). Result objects can roughly be treated like lists (eg. iterable, allow individual record access, have a length). > Where is this documented? I can't seem to find it in the Zope 2 book. Unfortunately this is largely undocumented.