string smarty_modifier_pnvarprepforstore(
array $string)
|
|
Smarty modifier to prepare variable for database storage
This modifier carries out suitable escaping of characters such that when inserted into a database the exact string is stored.
Example
<!--[$MyVar|pnvarprepforstore]-->
Tags:
Parameters
| array |
$string |
the contents to transform |