Jump to content

smarty index_next


gila

Recommended Posts

ciao a tutti,
sul manuale di smarty ho trovato questo esempio:

{section name=customer loop=$custid}
   {$smarty.section.customer.index} id: {$custid[customer]}

   {* nota: $custid[customer.index] e $custid[customer] hanno identico significato *}
   {if $custid[customer.index_next] ne $custid[customer.index]}
       The customer id will change

   {/if}
   {/section}



che è proprio quello che mi serve, sto cercando di adattarlo a questo for each ma non ci riesco

{foreach from=$colors key='id_attribute' item='color'}    

{$color.name}

{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}{/if}

{/foreach}



qualcuno saprebbe aiutarmi?

grazie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...