mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Upd docs
This commit is contained in:
parent
e54dd63a51
commit
d92950150d
@ -1,7 +1,7 @@
|
||||
Настройка
|
||||
=========
|
||||
|
||||
### Параметры шаблонизатора
|
||||
### Engine settings
|
||||
|
||||
Что бы установить папку для хранения кеша собранных шаблонов
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
$aspect->setCompileDir($dir);
|
||||
```
|
||||
|
||||
### Пакаметры компилятора
|
||||
### Template settings
|
||||
|
||||
```php
|
||||
// set options using factory
|
||||
|
@ -1,3 +1,13 @@
|
||||
Tag {switch}
|
||||
============
|
||||
|
||||
```smarty
|
||||
{switch <condition>}
|
||||
{case <value1>}
|
||||
...
|
||||
{case <value2>}
|
||||
...
|
||||
{default}
|
||||
...
|
||||
{/switch}
|
||||
```
|
Loading…
Reference in New Issue
Block a user