diff options
Diffstat (limited to 'docs/api/extending/introduction.md')
| -rw-r--r-- | docs/api/extending/introduction.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/extending/introduction.md b/docs/api/extending/introduction.md new file mode 100644 index 00000000..69cbce2a --- /dev/null +++ b/docs/api/extending/introduction.md @@ -0,0 +1,10 @@ +# Extending Smarty + +By default, Smarty is already very complete and powerful. However, you can unlock its real potential by +extending Smarty. + +There are various ways to extend Smarty for it to suit your needs. You can create custom +[tags](tags.md), [block tags](block-tags.md) and [modifiers](modifiers.md) by registering a method as a plugin. + +If this becomes too messy, you can group your custom tags, modifiers, and more into an [Extension](extensions.md). + |
