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-23 12:32:06 +04:00
|
|
|
* [Fenom adapters](./adapters.md)
|
2013-08-23 14:09:54 +04:00
|
|
|
* [Develop](./dev/readme.md)
|
2013-02-07 17:37:16 +04:00
|
|
|
* [Settings](./settings.md)
|
|
|
|
* [Callbacks and filters](./callbacks.md)
|
2013-07-23 12:32:06 +04:00
|
|
|
* [Syntax](./syntax.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-07-07 01:34:37 +04:00
|
|
|
* or [add](./ext/mods.md) yours
|
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-08-30 10:26:17 +04:00
|
|
|
* [switch](./tags/switch.md), `case`, `default`
|
2013-02-09 10:59:08 +04:00
|
|
|
* [cycle](./tags/cycle.md)
|
2013-08-30 10:26:17 +04:00
|
|
|
* [include](./tags/include.md), `insert`
|
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-07-07 01:34:37 +04:00
|
|
|
* [autoescape](./tags/autoescape.md)
|
|
|
|
* [raw](./tags/raw.md)
|
|
|
|
* or [add](./ext/tags.md) yours
|
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
|
|
|
|
2013-07-23 11:32:31 +04:00
|
|
|
* [Extensions](./ext/extensions.md)
|
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)
|