2021-12-03 11:59:22 +01:00
|
|
|
# Smarty 4 Documentation
|
|
|
|
|
|
|
|
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
- [Preface](./preface.md)
|
|
|
|
- [Getting Started](./getting-started.md)
|
|
|
|
|
|
|
|
## Smarty for template developers
|
|
|
|
- [Basic Syntax](./designers/language-basic-syntax.md)
|
|
|
|
- [Variables](./designers/language-variables.md)
|
|
|
|
- [Variable Modifiers](./designers/language-modifiers.md)
|
|
|
|
- [Combining Modifiers](./designers/language-combining-modifiers.md)
|
|
|
|
- [Built-in Functions](./designers/language-builtin-functions.md)
|
|
|
|
- [Custom Functions](./designers/language-custom-functions.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)
|
2021-12-03 12:18:46 +01:00
|
|
|
- [Extending Smarty With Plugins](./programmers/plugins.md)
|
|
|
|
|
|
|
|
## Other
|
|
|
|
- Some random [tips & tricks](./appendixes/tips.md)
|
|
|
|
- [Troubleshooting](./appendixes/troubleshooting.md)
|