Forums / General / $: ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

$: ?

Author Message

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

Thomas Brandl

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?

Thanks

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

Thomas Brandl

Wednesday 10 September 2003 6:46:01 am

Thanks, thats it

eztemplate going Perl...nice ;)