mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Done #228
This commit is contained in:
9
docs/en/tags/do.md
Normal file
9
docs/en/tags/do.md
Normal file
@ -0,0 +1,9 @@
|
||||
Tag {do}
|
||||
========
|
||||
|
||||
Evaluates any expression and doesn't print anything
|
||||
|
||||
```smarty
|
||||
{do $count++}
|
||||
{do $object->method()}
|
||||
```
|
Reference in New Issue
Block a user