void smarty_compiler_assign(
string $tag_attrs, Smarty_Compiler &$compiler)
|
|
Smarty {assign} compiler function plugin
Type: compiler function
Name: assign
Purpose: assign a value to a template variable
Tags:
Parameters
| string |
$tag_attrs |
containing var-attribute and value-attribute |
| Smarty_Compiler |
&$compiler |
|