chinmay.sahoo
New member
Smarty modifiers are custom functions that process the value of any variable to achieve something special that is not available otherwise. For example, if you wish to capitalize the variable, concatenate some variables, or to perform string replace operations, then modifiers are the best way to do it. You can apply modifiers to variables and custom functions. You can also pass parameters to variable modifiers. Modifiers are a special kind of Smarty plug-in.