posibility to undef any variable

Author Message

Marko Žmak

Wednesday 28 September 2005 3:31:22 am

With the new template syntax, the new 'undef' operator was defined. I found it most usefull, but there are still some things that could e improved. With the 'undef' operator I can unset only variables created by the 'def' operator. But it would be nice to have the possiblity to unset a variable regardless of how it was created. Here's an example where this could be usefull...

I often include some of my commonly used templates like this:

{include uri='util/mytemplate.tpl' text='some_tetxt' name='My name'}

And I often include them in many different places in the same template. The parameters text, and name in most cases are the same so I wan't that I don't have to write the values every time but instead when I call the template like this:

{include uri='util/mytemplate.tpl'}

that the dafault values are used. I have obtained this bi putting:

{if not(is_set($name))} {def $name='my_default_name'} {/if}

in the beginning of 'util/mytemplate.tpl' and putting:

{undef $name}

at the end of 'util/mytemplate.tpl'. The 'undef' at the end is needed so that the variables don't stay defined when 'util/mytemplate.tpl' is included the next time.

But this doesn't work when the template is invoked with the parameters because 'undef' doesn't unset the variables defined as parameters to 'include' command.

I didn't find any other way to do this except defining variables explicitly with 'def' like this:

{def $text='some_tetxt' $name='My name'}
{include uri='util/mytemplate.tpl' }

which is not very practical, and slows down work.

Someone could say that this can be obtained by using the 'default' operator but it can't. Because when I call the 'util/mytemplate.tpl' for the first time in a template the parameters defined with the 'include' operators stay defined.

I would like to hear opnions from someone in the eZ crew about this.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

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 20 2025 15:21:31
Script start
Timing: Jan 20 2025 15:21:31
Module start 'layout'
Timing: Jan 20 2025 15:21:31
Module start 'content'
Timing: Jan 20 2025 15:21:32
Module end 'content'
Timing: Jan 20 2025 15:21:32
Script end

Main resources:

Total runtime1.0162 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 587.9219151.2109
Module start 'layout' 0.00460.0036 739.132836.6484
Module start 'content' 0.00821.0071 775.7813499.9063
Module end 'content' 1.01530.0008 1,275.68757.8438
Script end 1.0162  1,283.5313 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3040160.0002
Check MTime0.00130.1301160.0001
Mysql Total
Database connection0.00060.061610.0006
Mysqli_queries0.977496.1793460.0212
Looping result0.00050.0477440.0000
Template Total0.986997.120.4934
Template load0.00180.175120.0009
Template processing0.985196.938220.4925
Template load and register function0.00010.010810.0001
states
state_id_array0.00070.069310.0007
state_identifier_array0.00110.109020.0006
Override
Cache load0.00140.1411210.0001
Sytem overhead
Fetch class attribute can translate value0.00050.048110.0005
Fetch class attribute name0.00070.068620.0003
XML
Image XML parsing0.00080.074010.0008
class_abstraction
Instantiating content class attribute0.00000.000420.0000
General
dbfile0.00100.0943180.0001
String conversion0.00000.000840.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
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 7
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs