[Zope] DBTab product questions (more...)
Shane Hathaway
shane@zope.com
Tue, 18 Mar 2003 13:00:56 -0500 (EST)
On Tue, 18 Mar 2003, Thierry FLORAC wrote:
>
> Hi,
>
> I took a closer look at my DBTab product problems, and it seems that my
> problem come from the fact that my mount points are not simple Folders, but
> other custom classes, and it's that fact of generating the mount points that
> creates custom "mounted" folders.
>
> So my new questions are quite simple : what can I do to :
> - create new classes that inherit from DBTab.MountedObject ?
> - determine which available mount points are available while creating them,
> to be able to create them as MountedObject or not ?
> - find documentation about these functions...
>
> Thanks for any help or advise...
You don't need to derive from MountedObject. This email explains how to
mount things other than folders:
http://mail.zope.org/pipermail/zope-dev/2003-March/018958.html
Shane