This commit is contained in:
bzick
2016-05-08 18:26:01 +03:00
parent d23e2b4c4f
commit dec06c888e
7 changed files with 53 additions and 6 deletions

9
docs/en/tags/do.md Normal file
View File

@ -0,0 +1,9 @@
Tag {do}
========
Evaluates any expression and doesn't print anything
```smarty
{do $count++}
{do $object->method()}
```