Source for file function.assign.php
Documentation is available at function.assign.php
* Smarty {assign} function plugin
* Purpose: assign a value to a template variable
* @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign}
* @param array Format: array('var' => variable name, 'value' => value to assign)
$smarty->assign($var, $value);
/* vim: set expandtab: */
|