PHP Classes

File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-streams.md

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-streams.md   Download  
File: htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/advanced-features/advanced-features-streams.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 313 bytes
 

Contents

Class file image Download

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