On 3/4/06, Joseph Method <[EMAIL PROTECTED]> wrote:
> > is  .interfaces.IDebtManager a IContainer interface, i.e.,
> > you are extending IContainer, like ::
>
> >   class IDebtManager(IContainer):
> >        pass
>
> The class is
>
> class DebtManager(Folder):
>
> which implements IDebtManager which is:
>
> class IDebtManager(IContainer):
>     """IDebtManager Marker Interface"""
>
> Would BTreeContainer make the difference?

Actually BTreeContainer (zope.app.container.btree.BTreeContainer) is a
base class of Folder (zope.app.folder.Folder)

And in most of the cases BTreeContainer is enough for implemetating
your IContainer classes.

Can anyone point to the use cases of Folder in the context of IContainer?

Regards,
Baiju M
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to