Re: ++ as "location"
Rakotomandimby Mihamina <[email protected]> Sun, 15 Jan 2006 17:09:27 +0100
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2006-01-15 at 16:17 +0100, Florent Guillaume wrote: > > In many templates I run into, I notice this, for example in this one: > > https://svn.nuxeo.org/trac/pub/file/CPSMailAccess/trunk/www/mailZemanticSearchView.zpt > > What's the use of the "++"? > That's Zope 3's traversal syntax to access resources. Ok, that is why I did not fin dno mention of it in the beginners guides I found. Thank you. :-)