boolean smarty_function_searchvartofieldnames(
array $params, object &$smarty)
|
|
Smarty function that generates a flat lost of field names for hidden form fields from a nested array set
Available parameters:
- assign: the results are assigned to the corresponding variable
- prefix: (optional) needed for recursion
- data: the data that should be stored in hidden fields (nested arrays
allowed)
Example <!--[searchvartofieldnames assign='fnames']-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |