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

afficher un tableau avec un nombre minal d'element

 
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
greg502
Smarty n00b


Joined: 25 Mar 2007
Posts: 1

PostPosted: Sun Mar 25, 2007 11:13 am    Post subject: afficher un tableau avec un nombre minal d'element Reply with quote

Bonjour,

je suis en train d'essayer de mettre en forme un site web.

Pour cela, je cherche à afficher le contenu d'un tableau dans un tableau html.
J'ai donc fait un foreach qui fonctionne trés bien. Chacun des items de ce tableau est numéroter, j'ai donc également mis en oeuvre un compteur.

{counter assign='item_nb' print=false}
{foreach from=$theaarray item=curr_item}
<tr class='{cycle name="list" values="list1,list2"}'>
<td >
{$item_nb|string_format:"%02d"} - {$curr_item}
</td>
</tr>
{counter}
{/foreach}

Avant l'affichage de ce tablau, je ne connais pas le nombre d'élèment dans le tableau. J'aimerais garantir qu'il y ai au moins un nombre minimale de lignes affiché. Les dernières lignes étant vide si nécessaire.
Je suis bien sur tenter de faire une sorte de
do {
<tr class='{cycle name="list" values="list1,list2"}'>
<td >
&nbsp;
</td>
</tr>
{counter}
} while ($item_nb < 15)

Malheureusement, je viens de me rendre compte que la fonction while n'est pas disponible.

Est ce que quelqu'un aurait une astuce à m'indiquer pour faire ce que je désire?

Merci

Greg
Back to top
View user's profile Send private message Send e-mail
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