Access two elements of an array

Author Message

Jorge estévez

Monday 15 May 2006 6:49:12 pm

I would like to loop an array and build an html code.

My array contanis always multiple of 2 objects (2,4,6,8... etc), all of them being images (class image)

In an array of 8 elements, element 1 of the array is always linked to number 5, thus 2 is linked to 6, 3 is linked to 7 and 4 is linked to 8 (when I say linked I mean they are related in someway)

I would like to loop the array (only half the amount of items inside it, in this example 4), and access within the loop object 1 and 5, 2 and 6, 3 and 7, 4 and 8.

So within one loop I DO NOT KNOW how to access different indexes of the array.

Here is the pseudo-code, asume we are accessing the first element of the array,




{section var=child loop=$list_items}

<a onmouseover="return showPic(this)" 
	href="INSERT THE URL OF ELEMENT 5">
												
	VISUALIZE IMAGE OF ELEMENT 1
</a>

{/section}

any help, please...

thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Nicolas Ottavi

Tuesday 16 May 2006 3:37:03 am

Hi,

With a foreach you can access the index, and then after that you could be able to do what you want.

{foreach $list_item as $index => $item}
...
{/foreach}

Regards,
Nicolas

Jorge estévez

Tuesday 16 May 2006 4:31:54 am

Can you be more specific?

How to access a object of an array Array(index).name, Array[index].name ?

I need to access attributes of an element of the array, so index plays an important role as well as the attribute I whant to access, just cant the code working...

thanks

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Nicolas Ottavi

Friday 19 May 2006 3:59:18 am

Hi,

{$array.0} {* return first element of an array *}
{$array.$index} {* return element at $index position *}

Hope it helps,
Nicolas

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 19:17:39
Script start
Timing: Jan 18 2025 19:17:39
Module start 'layout'
Timing: Jan 18 2025 19:17:39
Module start 'content'
Timing: Jan 18 2025 19:17:40
Module end 'content'
Timing: Jan 18 2025 19:17:40
Script end

Main resources:

Total runtime0.8761 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0121 587.9141152.6250
Module start 'layout' 0.01210.0044 740.539139.4453
Module start 'content' 0.01650.8580 779.9844509.2734
Module end 'content' 0.87450.0015 1,289.257812.1641
Script end 0.8761  1,301.4219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3745160.0002
Check MTime0.00130.1528160.0001
Mysql Total
Database connection0.00480.545510.0048
Mysqli_queries0.814292.9334600.0136
Looping result0.00060.0707580.0000
Template Total0.825494.220.4127
Template load0.00210.239420.0010
Template processing0.823393.969520.4116
Template load and register function0.00020.024210.0002
states
state_id_array0.00390.448210.0039
state_identifier_array0.00140.156120.0007
Override
Cache load0.00170.1985280.0001
Sytem overhead
Fetch class attribute can translate value0.00050.059420.0003
Fetch class attribute name0.00100.117140.0003
XML
Image XML parsing0.00030.029220.0001
class_abstraction
Instantiating content class attribute0.00000.001540.0000
General
dbfile0.00080.0863100.0001
String conversion0.00000.001340.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
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/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: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs