Procedural File: function.assign_concat.php
Source Location: /system/pnRender/plugins/function.assign_concat.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_concat [line 36]
void smarty_function_assign_concat(
1..10 $params, name &$smarty, html 2)
|
|
v4b_assign
Tags:
Parameters
| html |
2 |
wether or not to pnVarPrepHTMLDisplay the value |
| 1..10 |
$params |
the 1st through 10th value we wish to assign |
| name |
&$smarty |
the variable name we wish to assign |
|