Trouble with using names in nested sections

Author Message

Lance Leger

Monday 07 July 2003 12:46:03 pm

Hello, I'm having trouble calling data from one section in another section... Is this possible?

{section name=One loop=fetch(content,tree,hash(parent_node_id,$node.node_id,class_filter_type,include,class_filter_array,array(1)))}
{section name=Two loop=5}
{$One:node.name}
{/section}
{/section}

Any ideas?

Bruce Morrison

Monday 07 July 2003 3:24:32 pm

Try

{section name=One loop=fetch(content,tree,hash(parent_node_id,$node.node_id,class_filter_type,include,class_filter_array,array(1)))}
{section name=Two loop=5}
{$One:item.name} <-- This line
{/section}
{/section}

Cheers
Bruce
designIT

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Lance Leger

Monday 07 July 2003 10:04:24 pm

That is the way that I've done it. Sorry, I did a poor job putting together my example. I've probably had more trouble with section names then anything else in eZ publish.. Sometimes I name a section and my application won't work, but if I remove the name it works! Is there a trick to using section names? Are the names variables that have to be initialized first using let or default?

Bruce Morrison

Tuesday 08 July 2003 4:11:53 pm

Hi Lance

The name parameter on sections is used to set a variable scope. Using sections to loop sets the variables $item, $index and $key in the current scope.

If you try to do what you you are doing with out the names then the outter section loop $item, $index and $key variables with be over written by the inner section loop variables.

If you are still haveing trouble with the template code turn on debugging. I'm sure the answers will be there :)

Cheers
Bruce
designIT

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

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 31 2025 00:37:49
Script start
Timing: Jan 31 2025 00:37:49
Module start 'layout'
Timing: Jan 31 2025 00:37:49
Module start 'content'
Timing: Jan 31 2025 00:37:49
Module end 'content'
Timing: Jan 31 2025 00:37:49
Script end

Main resources:

Total runtime0.0226 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 588.2656151.2266
Module start 'layout' 0.00450.0034 739.4922220.7188
Module start 'content' 0.00800.0130 960.21091,001.8359
Module end 'content' 0.02100.0016 1,962.046933.9922
Script end 0.0226  1,996.0391 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002912.9806140.0002
Check MTime0.00125.4442140.0001
Mysql Total
Database connection0.00073.008710.0007
Mysqli_queries0.00188.165330.0006
Looping result0.00000.044210.0000
Template Total0.00115.110.0011
Template load0.00093.809310.0009
Template processing0.00031.232510.0003
Override
Cache load0.00062.770610.0006
General
dbfile0.00145.982680.0002
String conversion0.00000.032740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs