fenom/docs/mods/length.md
2014-01-29 10:01:31 +02:00

10 lines
223 B
Markdown

Modifier length
===============
The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without `mbstring`)
```smarty
{if $images|length > 5}
to many images
{/if}
```