Procedural File: function.array_field_isset.php
Source Location: /pnRender/plugins/function.array_field_isset.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_array_field_isset [line 25]
bool smarty_function_array_field_isset(
array $params, object &$smarty, array $array, field 3, assign 4)
|
|
Smarty function check if an array subscript is set
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| array |
$array |
The array we wish to check |
| field |
3 |
string The string name of the array subscript we wish to check |
| assign |
4 |
string The variable to assign the result to (optional) |