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

sections: print number of loop?

 
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 -> General
View previous topic :: View next topic  
Author Message
TimJim
Smarty Rookie


Joined: 22 Apr 2003
Posts: 14
Location: Germany

PostPosted: Fri Apr 25, 2003 1:41 pm    Post subject: sections: print number of loop? Reply with quote

Hi is it possibly to print the number of the loop within the section without having an array like $arr = array("1", "2", "3", "4")

Like this but with internal variables/functions only:

$arr = array("1", "2", "3", "4");
$smarty->assign("number", $arr);

{section name="test" loop=$number}
loop: {$number[test]}<br>
{/section}
Back to top
View user's profile Send private message
messju
Administrator


Joined: 16 Apr 2003
Posts: 3336
Location: Oldenburg, Germany

PostPosted: Fri Apr 25, 2003 1:47 pm    Post subject: Reply with quote

use {$smarty.section.test.iteration}

"iteration" and other properties of a section (first, last, etc.) are explained on:
http://smarty.php.net/manual/en/language.function.section.php
Back to top
View user's profile Send private message Send e-mail Visit poster's website
TimJim
Smarty Rookie


Joined: 22 Apr 2003
Posts: 14
Location: Germany

PostPosted: Fri Apr 25, 2003 4:27 pm    Post subject: Reply with quote

Thx, I looked up in the manual, but didn't came to this point. Next time I will study the manual more carefully.

Btw: I already have started loving Smarty. Razz This template engine is awesome and a big help for me. Thank you guys for doing such a great work.
Back to top
View user's profile Send private message
Wom.bat
Smarty Pro


Joined: 24 Apr 2003
Posts: 107
Location: Munich, Germany

PostPosted: Fri Apr 25, 2003 6:02 pm    Post subject: Reply with quote

btw... the same method works for foreach too, but that isn't documented... Smile
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 -> General 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