|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | Smarty |
Functions | |
| smarty_modifier_cat ($string, $cat) | |
| smarty_modifier_cat | ( | $string, | |
| $cat | |||
| ) |
Smarty cat modifier plugin
Type: modifier
Name: cat
Date: Feb 24, 2003 Purpose: catenate a value to a variable Input: string to catenate Example: {$var|cat:"foo"} cat (Smarty online manual) Monte Ohrt
| string | |
| string |
Definition at line 26 of file modifier.cat.php.