Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 block function<br>
C
 compiler function<br>
 core<br>
F
 function<br>
M
 modifier<br>
Name: strip<br> Purpose: strip unwanted white space from text<br> @link http://smarty.php.net/manual/en/language.function.strip.php {strip} (Smarty online manual) @param array unused, no parameters for this block @param string content of {strip}{/strip} tags @param Smarty clever method emulation @return string $content stripped of whitespace
Name: assign<br> Purpose: assign a value to a template variable @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} (Smarty online manual) @param string containing var-attribute and value-attribute @param Smarty_Compiler
Name: assign_smarty_interface<br> Purpose: assign the $smarty interface variable @param array Format: null @param Smarty
Name: assign<br> Purpose: assign a value to a template variable @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} (Smarty online manual) @param array Format: array(‘var’ => variable name, ‘value’ => value to assign) @param Smarty
Name: capitalize<br> Purpose: capitalize words in the string @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE capitalize (Smarty online manual) @param string @return string