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 15 2025 02:06:39
Script start
Timing: Jan 15 2025 02:06:39
Module start 'layout'
Timing: Jan 15 2025 02:06:39
Module start 'content'
Timing: Jan 15 2025 02:06:40
Module end 'content'
Timing: Jan 15 2025 02:06:40
Script end

Main resources:

Total runtime1.4992 sec
Peak memory usage6,144.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 687.7266183.6875
Module start 'layout' 0.00690.0034 871.414152.5625
Module start 'content' 0.01031.4872 923.97661,738.5234
Module end 'content' 1.49750.0016 2,662.500064.5391
Script end 1.4992  2,727.0391 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00550.3677160.0003
Check MTime0.00140.0937160.0001
Mysql Total
Database connection0.00080.052810.0008
Mysqli_queries1.440596.0849460.0313
Looping result0.00040.0296440.0000
Template Total1.454497.020.7272
Template load0.00370.245620.0018
Template processing1.450796.765320.7254
Template load and register function0.00150.100010.0015
states
state_id_array0.00290.192210.0029
state_identifier_array0.00340.223920.0017
Override
Cache load0.00320.2106210.0002
Sytem overhead
Fetch class attribute can translate value0.00080.054110.0008
Fetch class attribute name0.00130.089720.0007
XML
Image XML parsing0.00200.131010.0020
class_abstraction
Instantiating content class attribute0.00000.000320.0000
General
dbfile0.00470.3154180.0003
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