[Zope] Container Class questions
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Sat,  7 Oct 2000 14:03:29 +0200 (CEST)
    
    
  
geoff@northernwastes.org writes:
 >  .... product with associated image ....
 > Should I create a product that can contain said images?  If so, how do 
 > I do this?  Should I simply force a naming conventions for the images 
 > and tie them together with the sample catalog items that way?
I would use a ZClass to model the product.
I would inherid from "Folder". This makes the ZClass folder-like.
Especially, I can place images and other related objects inside
them (if they do not easily fit in properties).
Dieter