Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: modifier.escape.php

Source Location: /bblog/smarty_plugins/modifier.escape.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_escape  [line 21]

string smarty_modifier_escape( string $string, [html|htmlall|url|quotes|hex|hexentity|javascript $esc_type = 'html']  )

Smarty escape modifier plugin

Type: modifier
Name: escape
Purpose: Escape the string according to escapement type

Parameters:
string   $string: 
html|htmlall|url|quotes|hex|hexentity|javascript   $esc_type: 

Information Tags:
Link:  escape (Smarty online manual)

[ Top ]