[Zope-dev] ZClasses instances become detached from class
Jason Spisak
webmaster@mtear.com
Mon, 12 Jul 1999 08:19:20 -0800
Alexander:
Thanks for the explanation. I now know that I can call it, and it
exists, but you just can't see it. Ahh, the Zen of Zope.
Jason Spisak
webmaster@mtear.com
>
> ZClass methods do not show up inside instances. This is intentional. Of
> course, you can override methods in an instance by creating them inside
> a specific instance. But everything defined within the ZClass itself
> belongs to the ZClass.
>
> And that's why, even though you created your index_html, it doesn't show
> up in the management interface.
>
> (Note, though, that if you're implying that your index_html isn't
> available even when viewing the instance normally, eg.,
> http://www.foo.com/myinstance/index_html, then disregard this
> information. I misinterpreted your problem.)