blob: d6f7a0de5fbdc62dc2cd9ca6863e02b4f1911368 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Streams {#advanced.features.streams}
=======
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.
{$foo:bar}
See also [`Template Resources`](#resources)
|