Simple math in associative arrays?
[email protected] (Manuel Holtgrewe)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a problem with terms in associative arrays. Here is the relevant snippet of my template: $data[$smarty.foreach.blocks.iteration -1][$smarty.foreach.items.iteration-1] But this leads to a "unknown tag" error... How can I easily solve this? Maybe math does not work in array keys? Manuel Holtgrewe