mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Обновлено имя константы
Fenom::STRIP на Fenom::AUTO_STRIP
This commit is contained in:
parent
a324d176b9
commit
83e1e7177e
@ -34,7 +34,7 @@ Options may by associative array like `'option_name' => true` or bitwise mask.
|
|||||||
| *force_verify* | `Fenom::FORCE_VERIFY` | check existence every used variable | decreases performance |
|
| *force_verify* | `Fenom::FORCE_VERIFY` | check existence every used variable | decreases performance |
|
||||||
<!-- | *auto_trim* | `Fenom::AUTO_TRIM` | remove space-characters before and after tags | | -->
|
<!-- | *auto_trim* | `Fenom::AUTO_TRIM` | remove space-characters before and after tags | | -->
|
||||||
| *disable_statics* | `Fenom::DENY_STATICS` | disable calling static methods in templates. | |
|
| *disable_statics* | `Fenom::DENY_STATICS` | disable calling static methods in templates. | |
|
||||||
| *strip* | `Fenom::STRIP` | strip all whitespaces in templates. | decrease cache size |
|
| *strip* | `Fenom::AUTO_STRIP` | strip all whitespaces in templates. | decrease cache size |
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$fenom->setOptions(array(
|
$fenom->setOptions(array(
|
||||||
|
Loading…
Reference in New Issue
Block a user