This tag could therefore be used to number and count the results returned by a loop:
<BOUCLE_art(ARTICLES) {par date} {inverse} {0,10}>
#COMPTEUR_BOUCLE - #TITRE<br>
</BOUCLE_art>
In the case of a loop with paging, #COMPTEUR_BOUCLE
returns the iteration number incorporating the global paging.
Example:
<BOUCLE_art(ARTICLES) {!par date} {pagination 10}>
#COMPTEUR_BOUCLE - #TITRE<br>
</BOUCLE_art>
If we look at page #3 of results, #COMPTEUR_BOUCLE
returns indices 31, 32, ....
See also
Tags
- #TOTAL_BOUCLE
-
#GRAND_TOTAL
for paginated loops.
Filters
L’article sur Le système de pagination