[Zope] Pluggable brains

Dieter Maurer dieter@handshake.de
Thu, 14 Sep 2000 22:40:05 +0200 (CEST)


gotcha@swing.be writes:
 > Is there a place where pluggable brains mechanism is described ?
I forgot where I saw a description.

But it is incredibly simple:

  You can wrap an arbitrary class instance around your database rows.
  This transforms your rows into full featured objects with
  the columns (among others) as attributes and the methods
  defined by the class as potential behaviour.


What elso do you need to know?


Dieter