Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Incrementer une valeur d'index smarty à l'affichage

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French
View previous topic :: View next topic  
Author Message
budylove
Smarty n00b


Joined: 10 Jun 2008
Posts: 1

PostPosted: Tue Jun 10, 2008 10:40 am    Post subject: Incrementer une valeur d'index smarty à l'affichage Reply with quote

Bonjour

J'ai une petite question concernant l'utilisation de smarty et des variables

J'aimerai savoir si il est possible de modifier la valeur d'une variable?



Un exemple sera plus parlant Smile

Imaginons que j'ai un tableau $Tab avec des valeurs ayant pour index 0->3

Afin de récupérer la valeur de l'index en cours je fait : {$smarty.section.Idx_loop.index }
J'obtiendrai donc les valeurs de 0->3

Ce qui me donne ce code la :

Code:

{section name=Idx_loop loop=Tab}
         <td><a href="index.php?menu={$smarty.section.Idx_loop.index}">{$Tab[Idx_loop]}</a></td>   
{/section}


Et cet affichage la :
index.php?menu=0 -> index.php?menu=3



Maintenant comment avoir cela ?

index.php?menu=1 -> index.php?menu=4

Code:

{section name=Idx_loop loop=Tab}
         <td><a href="index.php?menu={$smarty.section.Idx_loop.index+1}">{$Tab[Idx_loop]}</a></td>   
{/section}


En gros comment obtenir {$smarty.section.Idx_loop.index+1}



Merci

budy.
Back to top
View user's profile Send private message
mumuri
Smarty Rookie


Joined: 06 Apr 2008
Posts: 27

PostPosted: Sun Jul 13, 2008 4:30 pm    Post subject: Reply with quote

regarde un petit coup ici, çà peut peut être t'aider
http://www.smarty.net/manual/fr/language.function.counter.php
Back to top
View user's profile Send private message Visit poster's website
edennnnn
Smarty n00b


Joined: 30 Jun 2008
Posts: 3

PostPosted: Wed Jul 30, 2008 4:08 pm    Post subject: Reply with quote

utilise index_next plutot que index
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP