Procedural File: function.assign_arrayval.php
Source Location: /system/pnRender/plugins/function.assign_arrayval.php
Page Details:
---------------------------------------------------------------------- LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WIthOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. To read the license please visit http://www.gnu.org/copyleft/gpl.html ---------------------------------------------------------------------- Original Author of Robert Gasch Author Contact: r.gasch@chello.nl, robert.gasch@value4business.com Purpose of file: assign the specified smarty variable Copyright: Value4Business GmbH ----------------------------------------------------------------------
Tags:
smarty_function_assign_arrayval [line 35]
void smarty_function_assign_arrayval(
array $params, key &$smarty, assign 2)
|
|
assign an array key to the specified value
Tags:
Parameters
| assign |
2 |
the smarty variable to assign the result to |
| array |
$params |
the array we wish to get an element from |
| key |
&$smarty |
the array key we wish to retrieve |
|