Share » Forums » Setup & design » Pls HELP!!! is Bug or what ? ez3.4.b2

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!

36 542 Users on board!

Forums menu