fenom/docs/main.md

61 lines
1.5 KiB
Markdown
Raw Normal View History

Documentation
=============
2013-06-28 11:53:53 +04:00
### Fenom
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)
* [Syntax](./syntax.md)
* [Settings](./settings.md)
* [Callbacks and filters](./callbacks.md)
2013-02-19 09:51:33 +04:00
* [Operators](./operators.md)
2013-06-08 00:08:00 +04:00
***
2013-02-27 11:03:47 +04:00
### Modifiers
[Usage](./syntax.md#modifiers)
2013-02-09 10:59:08 +04:00
* [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)
2013-02-23 17:37:04 +04:00
* [escape](./mods/escape.md) aka `e`
* [unescape](./mods/unescape.md)
* [strip](./mods/strip.md)
* [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`
* or [add](./ext/mods.md) your own
2013-06-08 00:08:00 +04:00
***
2013-02-27 11:03:47 +04:00
### Tags
[Usage](./syntax.md#tags)
* [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`
* [switch](./tags/switch.md), `case`, `default` and `break`
2013-02-09 10:59:08 +04:00
* [cycle](./tags/cycle.md)
* [include](./tags/include.md)
2013-02-09 10:59:08 +04:00
* [extends](./tags/extends.md), `use`, `block` and `parent`
* [filter](./tags/filter.md)
* [ignore](./tags/ignore.md)
2013-03-04 10:13:59 +04:00
* [macro](./tags/macro.md) and `import`
* 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
* [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)