[Zope] [NEWBIE] Where are application root objects documented?
d.j.potts at bcs.org.uk
d.j.potts at bcs.org.uk
Sat Nov 20 15:52:00 EST 2004
Quoting Dieter Maurer <dieter at handshake.de>:
> d.j.potts at bcs.org.uk wrote at 2004-11-19 22:40 +0000:
> >I'm just learning Zope and have just stumbled over the ZopeTime object. I
> can't
> >seem to find a list of objects like ZopeTime that are globally available.
> Can
> >someone point me at any docs please?
>
> "ZopeTime" is a method of "OFS.Application.Application" and
> behaves like a "DateTime" factory (constructor).
>
> "DateTime" is documented in ".../DateTime/DateTime.txt".
Ok I think I get it: acquisition gets me up to an Application object who's
ZopeTime is returned. So by the same reasoning I can get title_and_id,
ZopeAttributionButton etc.
Are there classes other than Application that are picked up by acquisition?
Cheers,
Dave.
More information about the Zope
mailing list