mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
.. | ||
ext | ||
mods | ||
tags | ||
adapters.md | ||
articles.md | ||
benchmark.md | ||
callbacks.md | ||
develop.md | ||
install.md | ||
operators.md | ||
readme.md | ||
settings.md | ||
syntax.md | ||
usage.md |
Documentation
Fenom
Modifiers
- upper aka
up
- lower aka
low
- date_format
- date
- truncate
- escape aka
e
- unescape
- strip
- length
- in
- allowed functions:
json_encode
,json_decode
,count
,is_string
,is_array
,is_numeric
,is_int
,is_object
,strtotime
,gettype
,is_double
,ip2long
,long2ip
,strip_tags
,nl2br
- or add yours
Tags
- var
- if,
elseif
andelse
- foreach,
foreaelse
,break
andcontinue
- for,
forelse
,break
andcontinue
- switch,
case
,default
andbreak
- cycle
- include
- extends,
use
,block
andparent
- filter
- ignore
- macro and
import
- autoescape
- raw
- or add yours