Can't override my variable

Author Message

Philip K.

Monday 02 January 2006 3:51:25 am

Hey.

I've defined a variable in my tpl file

{def $str=""}

When I want to override this variable with

{set $str="my value"}

or

{set $str=$myvalue}

it doesn't work. There is no override and the $str is still empty... Is there anyone who has any idea why I can't override the variable?

Linux is like a wigwam; no windows, now gates, and apache inside!

Philip K.

Monday 02 January 2006 9:07:13 am

OK, I found the Problem - or a Bug.....?!

I used the following code:

{def $str=""}

{switch name=myname match=$node.node_id}
  {case in=array('xx','xx','xx')}
    
    do this

  {/case}
  {case}

    {set $str=$str|append("myvalue")}

  {/case}
{/switch}

and whenever I tried to change die value of $str nothing happened. Later I tried anything to find a mistake in my code an the mistake was, that I mustn't give a name to the "Switch".

Now I have this code:

{def $str=""}

{switch match=$node.node_id}
  {case in=array('xx','xx','xx')}
    
    do this

  {/case}
  {case}

    {set $str=$str|append("myvalue")}

  {/case}
{/switch}

and it works fine :)

But isn't it a bug?? I don't know...

Linux is like a wigwam; no windows, now gates, and apache inside!

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

eZ debug

Timing: Jan 18 2025 16:26:42
Script start
Timing: Jan 18 2025 16:26:42
Module start 'layout'
Timing: Jan 18 2025 16:26:42
Module start 'content'
Timing: Jan 18 2025 16:26:43
Module end 'content'
Timing: Jan 18 2025 16:26:43
Script end

Main resources:

Total runtime0.8634 sec
Peak memory usage4,096.0000 KB
Database Queries52

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 589.3359152.6250
Module start 'layout' 0.00540.0030 741.960939.4453
Module start 'content' 0.00840.8534 781.4063490.1172
Module end 'content' 0.86180.0015 1,271.52348.1641
Script end 0.8633  1,279.6875 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3579160.0002
Check MTime0.00130.1527160.0001
Mysql Total
Database connection0.00100.119910.0010
Mysqli_queries0.812694.1260520.0156
Looping result0.00070.0767500.0000
Template Total0.827995.920.4139
Template load0.00200.228120.0010
Template processing0.825995.662720.4130
Template load and register function0.00010.012210.0001
states
state_id_array0.00130.153110.0013
state_identifier_array0.00110.129820.0006
Override
Cache load0.00160.1890200.0001
Sytem overhead
Fetch class attribute can translate value0.00060.066010.0006
Fetch class attribute name0.00130.155430.0004
XML
Image XML parsing0.00040.048510.0004
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00260.3021160.0002
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs