[Zope-dev] ZPatterns implementation question: images attributes?
Zope mailing lists
bitz@bitdance.com
Sat, 13 Jan 2001 17:12:34 -0500 (EST)
I have a specialist (actually, EMarket has a specialist <grin>) that
manages objects that from a design point of view I think should have
a couple of Images as attributes (thumbnail and fullsized images of
the product). The question is, how do I implement this using
ZPatterns? Currently all of the other object data is pulled from an SQL
database. I don't mind storing the Images in the ZODB, but I'm having
a hard time finguring out how I would implement that. Pointers or
alternate design suggestions welcome.
--RDM