Loading...
 
Features / Usability

Features / Usability


How to compare prior values in a section loop

posts: 3665 United States

How can I read the previous value in a loop?

For example I have

Image
Copy to clipboard
{ section name="foo" loop="$somecounter"} . . . { /section}


But in the section loop, I want check the current value of an array item against the previous. I tried this:

Image
Copy to clipboard
{ section name="foo" loop="$someCounter"} . { if $variable[someCounter] = $variable[someCounter - 1] then do this { else} do this { /if} . . { /section}


But adding the -1 seems to break the php. Can anyone help?

Thanks,

-Rick

There are no comments at this time.