mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
63 lines
1.6 KiB
Markdown
63 lines
1.6 KiB
Markdown
Documentation
|
|
=============
|
|
|
|
### Fenom
|
|
|
|
* [Install](./install.md)
|
|
* [Usage](./usage.md)
|
|
* [Develop](./develop.md)
|
|
* [Syntax](./syntax.md)
|
|
* [Settings](./settings.md)
|
|
* [Callbacks and filters](./callbacks.md)
|
|
* [Operators](./operators.md)
|
|
|
|
***
|
|
|
|
### Modifiers
|
|
|
|
[Usage](./syntax.md#modifiers)
|
|
|
|
* [upper](./mods/upper.md) aka `up`
|
|
* [lower](./mods/lower.md) aka `low`
|
|
* [date_format](./mods/date_format.md)
|
|
* [date](./mods/date.md)
|
|
* [truncate](./mods/truncate.md)
|
|
* [escape](./mods/escape.md) aka `e`
|
|
* [unescape](./mods/unescape.md)
|
|
* [strip](./mods/strip.md)
|
|
* [length](./mods/length.md)
|
|
* [in](./mods/in.md)
|
|
* 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](./ext/mods.md) yours
|
|
|
|
***
|
|
|
|
### Tags
|
|
|
|
[Usage](./syntax.md#tags)
|
|
|
|
* [var](./tags/var.md)
|
|
* [if](./tags/if.md), `elseif` and `else`
|
|
* [foreach](./tags/foreach.md), `foreaelse`, `break` and `continue`
|
|
* [for](./tags/for.md), `forelse`, `break` and `continue`
|
|
* [switch](./tags/switch.md), `case`, `default` and `break`
|
|
* [cycle](./tags/cycle.md)
|
|
* [include](./tags/include.md)
|
|
* [extends](./tags/extends.md), `use`, `block` and `parent`
|
|
* [filter](./tags/filter.md)
|
|
* [ignore](./tags/ignore.md)
|
|
* [macro](./tags/macro.md) and `import`
|
|
* [autoescape](./tags/autoescape.md)
|
|
* [raw](./tags/raw.md)
|
|
* or [add](./ext/tags.md) yours
|
|
|
|
***
|
|
|
|
### Extends
|
|
|
|
* [Add tags](./ext/tags.md)
|
|
* [Add modificators](./ext/mods.md)
|
|
* [Add template provider](./ext/provider.md)
|
|
* [Parsing](./ext/parsing.md)
|