fenom/docs/en/tags/unset.md

12 lines
136 B
Markdown
Raw Permalink Normal View History

2014-06-28 22:17:52 +04:00
Tag {unset}
===========
Unset a given variables.
```smarty
{unset $a} unset single variable
{unset $a $b $c.d.e} multiple unset
```