Pls HELP!!! is Bug or what ? ez3.4.b2

Pls HELP!!! is Bug or what ? ez3.4.b2

Saturday 29 May 2004 3:18:33 pm - 1 reply

Author Message

Vadym Savchuk

Tuesday 01 June 2004 2:16:06 am

Hello Sergey.

For things to work you should just do the following substitutions in your tpl code:

$attribute   -> $Classes:attribute       
$matrix      -> $Classes:matrix
$ColumnNames -> $Classes:ColumnNames
$Rows        -> $Classes:Rows

or

$attribute         -> $:attribute
$matrix            -> $:matrix
$ColumnNames:item  -> $:item
$Rows:item         -> $:item
$Rows:Columns:item -> $:item

That is, you can either access your variables from <b>current namespace</b> ($:var) or with <b>full namespace path</b> ($Classes:Rows:Columns:var), because when you use section with 'name' parameter it creates its own namespace.

Good luck!

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.