[Zope] Creating a ZClass which includes Image base class
Dieter Maurer
dieter@handshake.de
Tue, 24 Sep 2002 21:35:50 +0200
Jon Whitener writes:
> My goal is to be able to: go into the ZMI and add a "WebArticle". A WebArticle object contains the text and images for a complete print-magazine-style Web feature. It most importantly contains:
>
> - Headline
> - Deck (sub-headline text)
> - Body copy (the main text of the article)
> - Large Image (to accompany the article)
> - Small Image (to accompany "teasers" for the article)
Make your ZClass "folderish" (derive from ObjectManager)
and put all your objects as content into the Z Instances.
Dieter