Further WIP improving docs

This commit is contained in:
Simon Wisselink
2023-03-09 23:16:18 +01:00
parent 7a323b7345
commit 5db8fd2533
58 changed files with 519 additions and 913 deletions

View File

@@ -1,15 +1,13 @@
Streams {#advanced.features.streams}
=======
# Streams
You can also use streams to call variables. *{\$foo:bar}* will use the
You can also use streams to call variables. *{$foo:bar}* will use the
*foo://bar* stream to get the template variable.
Using a PHP stream for a template variable resource from within a
template.
```smarty
{$foo:bar}
```
{$foo:bar}
See also [`Template Resources`](#resources)
See also [`Template Resources`](../resources.md)