[Zope-dev] folderish Products

Michel Pelletier michel@digicool.com
Mon, 28 Jun 1999 09:18:47 -0400


> -----Original Message-----
> From: Josh Zeidner [mailto:jmz_phylogenic@hotmail.com]
> Sent: Sunday, June 27, 1999 12:03 AM
> To: zope-dev@zope.org
> Subject: [Zope-dev] folderish Products
> 
> 
>   The Product API describes how to make simple objects but 
> not "Folderish" 
> ones.  How do I find out how to do this?
> 
>   - Josh Zeidner
>   Phylogenic Inc.
> 

from OFS.Folder import Folder

class MyThingy(Folder):
	pass

Is a simple foldoid.  The folder API is documented mostly in code, Check
out lib/python/OFS/ObjectManager.py and in the same directory Folder.py.

-Michel

> 
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://www.zope.org/mailman/listinfo/zope-dev
> 
> (For non-developer, user-level issues, use the companion list,
> zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
>