modifier.cat.php
Plugin from smarty project and adapted for jtpl
Tags
Table of Contents
- jtpl_modifier_common_cat() : string
- Modifier plugin : catenate a value to a variable
Functions
jtpl_modifier_common_cat()
Modifier plugin : catenate a value to a variable
jtpl_modifier_common_cat(string $string, string $cat) : string
{$var|cat:"foo"} {$var|cat:$othervar}
Parameters
- $string : string
-
the string to be modified
- $cat : string
-
the string to concat to $string