2013-02-07 17:37:16 +04:00
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
2013-06-28 11:53:53 +04:00
|
|
|
### Fenom
|
2013-02-07 17:37:16 +04:00
|
|
|
|
2013-02-23 17:37:04 +04:00
|
|
|
* [Install](./install.md)
|
2013-06-28 11:53:53 +04:00
|
|
|
* [Usage](./usage.md)
|
2013-07-04 01:28:10 +04:00
|
|
|
* [Develop](./develop.md)
|
2013-02-07 17:37:16 +04:00
|
|
|
* [Syntax](./syntax.md)
|
|
|
|
* [Settings](./settings.md)
|
|
|
|
* [Callbacks and filters](./callbacks.md)
|
2013-02-19 09:51:33 +04:00
|
|
|
* [Operators](./operators.md)
|
2013-02-07 17:37:16 +04:00
|
|
|
|
2013-06-08 00:08:00 +04:00
|
|
|
***
|
|
|
|
|
2013-02-27 11:03:47 +04:00
|
|
|
### Modifiers
|
2013-02-07 17:37:16 +04:00
|
|
|
|
2013-05-30 19:00:00 +04:00
|
|
|
[Usage](./syntax.md#modifiers)
|
|
|
|
|
2013-02-09 10:59:08 +04:00
|
|
|
* [upper](./mods/upper.md) aka `up`
|
|
|
|
* [lower](./mods/lower.md) aka `low`
|
2013-02-07 17:37:16 +04:00
|
|
|
* [date_format](./mods/date_format.md)
|
|
|
|
* [date](./mods/date.md)
|
|
|
|
* [truncate](./mods/truncate.md)
|
2013-02-23 17:37:04 +04:00
|
|
|
* [escape](./mods/escape.md) aka `e`
|
2013-02-07 17:37:16 +04:00
|
|
|
* [unescape](./mods/unescape.md)
|
|
|
|
* [strip](./mods/strip.md)
|
2013-05-30 19:00:00 +04:00
|
|
|
* [length](./mods/length.md)
|
2013-02-23 17:37:04 +04:00
|
|
|
* [in](./mods/in.md)
|
2013-02-09 10:59:08 +04:00
|
|
|
* 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`
|
2013-05-30 19:00:00 +04:00
|
|
|
* or [add](./ext/mods.md) your own
|
2013-02-07 17:37:16 +04:00
|
|
|
|
2013-06-08 00:08:00 +04:00
|
|
|
***
|
|
|
|
|
2013-02-27 11:03:47 +04:00
|
|
|
### Tags
|
2013-02-07 17:37:16 +04:00
|
|
|
|
2013-05-30 19:00:00 +04:00
|
|
|
[Usage](./syntax.md#tags)
|
|
|
|
|
2013-02-07 17:37:16 +04:00
|
|
|
* [var](./tags/var.md)
|
|
|
|
* [if](./tags/if.md), `elseif` and `else`
|
|
|
|
* [foreach](./tags/foreach.md), `foreaelse`, `break` and `continue`
|
2013-02-09 10:59:08 +04:00
|
|
|
* [for](./tags/for.md), `forelse`, `break` and `continue`
|
2013-02-07 17:37:16 +04:00
|
|
|
* [switch](./tags/switch.md), `case`, `default` and `break`
|
2013-02-09 10:59:08 +04:00
|
|
|
* [cycle](./tags/cycle.md)
|
2013-02-07 17:37:16 +04:00
|
|
|
* [include](./tags/include.md)
|
2013-02-09 10:59:08 +04:00
|
|
|
* [extends](./tags/extends.md), `use`, `block` and `parent`
|
2013-02-07 17:37:16 +04:00
|
|
|
* [filter](./tags/filter.md)
|
|
|
|
* [ignore](./tags/ignore.md)
|
2013-03-04 10:13:59 +04:00
|
|
|
* [macro](./tags/macro.md) and `import`
|
2013-05-30 19:00:00 +04:00
|
|
|
* or [add](./ext/tags.md) your own
|
2013-02-23 17:37:04 +04:00
|
|
|
|
2013-06-08 00:08:00 +04:00
|
|
|
***
|
|
|
|
|
2013-02-27 11:03:47 +04:00
|
|
|
### Extends
|
2013-02-07 17:37:16 +04:00
|
|
|
|
|
|
|
* [Add tags](./ext/tags.md)
|
|
|
|
* [Add modificators](./ext/mods.md)
|
|
|
|
* [Add template provider](./ext/provider.md)
|
2013-02-27 11:03:47 +04:00
|
|
|
* [Parsing](./ext/parsing.md)
|