diff options
Diffstat (limited to 'vendor/smarty/smarty/docs/index.md')
-rw-r--r-- | vendor/smarty/smarty/docs/index.md | 35 |
1 files changed, 10 insertions, 25 deletions
diff --git a/vendor/smarty/smarty/docs/index.md b/vendor/smarty/smarty/docs/index.md index cff5e490e..5c788f9ba 100644 --- a/vendor/smarty/smarty/docs/index.md +++ b/vendor/smarty/smarty/docs/index.md @@ -1,8 +1,8 @@ -# Smarty 4 Documentation +# Smarty Documentation Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. It allows you to write **templates**, using **variables**, **modifiers**, **functions** and **comments**, like this: -```html +```smarty <h1>{$title|escape}</h1> <p> @@ -20,31 +20,16 @@ and 480 for $height, the result is: </p> ``` -## Introduction +## Getting Started +- [Getting Started](./getting-started.md) - [Philosophy](./philosophy.md) - or "Why do I need a template engine?" - [Features](./features.md) - or "Why do I want Smarty?" -- [Getting Started](./getting-started.md) -## Smarty for template designers -- [Basic Syntax](designers/language-basic-syntax/index.md) -- [Variables](designers/language-variables/index.md) -- [Variable Modifiers](designers/language-modifiers/index.md) -- [Combining Modifiers](./designers/language-combining-modifiers.md) -- [Built-in Functions](designers/language-builtin-functions/index.md) -- [Custom Functions](designers/language-custom-functions/index.md) -- [Config Files](./designers/config-files.md) -- [Debugging Console](./designers/chapter-debugging-console.md) - -## Smarty for php developers -- [Charset Encoding](./programmers/charset.md) -- [Constants](./programmers/smarty-constants.md) -- [Smarty Class Variables](./programmers/api-variables.md) -- [Smarty Class Methods](./programmers/api-functions.md) -- [Caching](./programmers/caching.md) -- [Resources](./programmers/resources.md) -- [Advanced Features](./programmers/advanced-features.md) -- [Extending Smarty With Plugins](./programmers/plugins.md) - -## Other +## Help +- [Search or create an issue](https://github.com/smarty-php/smarty/issues) +- [Upgrading from an older version](upgrading.md) - [Some random tips & tricks](./appendixes/tips.md) - [Troubleshooting](./appendixes/troubleshooting.md) + +## Source code +- [Smarty repository at GitHub](https://github.com/smarty-php/smarty)
\ No newline at end of file |