include/Smarty/plugins/compiler.assign.php
Smarty plugin
- Package
- Smarty
- Subpackage
- plugins
Functions
smarty_compiler_assign(
string $tag_attrs, $compiler
)
:
void
Smarty {assign} compiler function plugin
Type: compiler function
Name: assign
Purpose: assign a value to a template variable
Name | Type | Description |
---|---|---|
$tag_attrs | string | containing var-attribute and value-attribute |
$compiler | Smarty_Compiler |
- Auther
- messju mohr
(conversion to compiler function) - Author
- Monte Ohrt
(initial author) - Link
- {assign} (Smarty online manual)