Share » Forums » Setup & design » Merge two arrays

Merge two arrays

Merge two arrays

Sunday 18 November 2007 3:40:22 pm - 2 replies

Author Message

Maxime Thomas

Monday 19 November 2007 5:37:16 am

Hi,

You can use two arrays resulting from a fetch and foreach loop :

{def $index_for_table2=0}
{foreach $table1 as $k => $t1}
Print data for $t1 : {node_view_gui node=$t1}

{delimiter}

{if $k|mod(3)|eq(1)}

Print data for $t2 ! {node_view_gui node=$table2[$index_for_table2]}
{set $index_for_table2=$index_for_table2|inc()}

{/if}

{/delimiter}

{/foreach}
{undef $index_fot_table2}

Reference :
http://ez.no/doc/ez_publish/technical_manual/3_10/reference/template_control_structures/looping/foreach

Maxime Thomas
maxime.thomas@wascou.org | www.wascou.org | http://twitter.com/wascou

Company Blog : http://www.wascou.org/eng/Company/Blog
Technical Blog : http://share.ez.no/blogs/maxime-thomas

paul bolger

Tuesday 20 November 2007 4:35:18 pm

Thanks, That sound like it would do the job.

Paul Bolger

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu