Forums / General / $: ?
Thomas Brandl
Friday 05 September 2003 7:24:13 am
Hi, just found this in some example:{$:item.name}
How should one understand this syntax?
Thanks
Paul Forsyth
Friday 05 September 2003 7:31:15 am
It is used in context of a {section loop}. Have you read the documentation on the template language.
Paul
Monday 08 September 2003 8:16:27 am
Couldn't find anything. Neither in the SDK, nor "Template language" Doco nor in the Wiki.Do you have a link?
Hans Melis
Monday 08 September 2003 8:24:33 am
I think Paul was referring to the following part of the documentation:
http://ez.no/developer/ez_publish_3/documentation/development/libraries/ez_template/basics/namespaces_
Basically, the $: refers to the "current" (or active, if you wish) namespace.
--Hans
Hans http://blog.hansmelis.be
Wednesday 10 September 2003 6:46:01 am
Thanks, thats it
eztemplate going Perl...nice ;)