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

last index/entry

 
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
stalker
Smarty Rookie


Joined: 28 Aug 2003
Posts: 15

PostPosted: Thu Aug 28, 2003 10:23 am    Post subject: last index/entry Reply with quote

During a loop in a section, how can I find out if I am on the last entry?
I need to apply a special style to the last row and the number or rows is dynamic.

thanks for the feedback
SLK
Back to top
View user's profile Send private message
AZTEK
Smarty Pro


Joined: 16 Apr 2003
Posts: 235
Location: Purdue University

PostPosted: Thu Aug 28, 2003 10:58 am    Post subject: Reply with quote

Perhaps with something like
Code:
{foreach from=$blah item=eak name=foo}
    {if $smarty.foreach.foo.key == count($blah) - 1}
        Last row display it special: <b>{$eak}</b>
    {else}
        Just a normal row: {$eak}
    {/if}
{/foreach}
Let me warn you that was in no way shape or form tested but for all practical reasons should work. I am sure someone will post a better way.
_________________
"Imagine a school with children that can read and write, but with teachers who cannot, and you have a metaphor of the Information Age in which we live." -Peter Cochrane
Back to top
View user's profile Send private message Visit poster's website
messju
Administrator


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

PostPosted: Thu Aug 28, 2003 1:59 pm    Post subject: Reply with quote

or even

Code:
...
    {if $smarty.foreach.foo.last}
        Last row display it special: <b>{$eak}</b>
    {else}
        Just a normal row: {$eak}
    {/if}
...


greetings
messju
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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