gehe zum Quellcode dieser Datei
Namensbereiche | |
| namespace | Smarty |
Funktionen | |
| smarty_outputfilter_trimwhitespace ($source, &$smarty) | |
| smarty_outputfilter_trimwhitespace_replace ($search_str, $replace, &$subject) | |
| smarty_outputfilter_trimwhitespace | ( | $ | source, | |
| &$ | smarty | |||
| ) |
Smarty trimwhitespace outputfilter plugin
File: outputfilter.trimwhitespace.php
Type: outputfilter
Name: trimwhitespace
Date: Jan 25, 2003
Purpose: trim leading white space and blank lines from template source after it gets interpreted, cleaning up code and saving bandwidth. Does not affect <
>and <SCRIPT></SCRIPT> blocks.
$smarty->load_filter('output','trimwhitespace'); from application.
| string | ||
| Smarty |
Definiert in Zeile 28 der Datei outputfilter.trimwhitespace.php.
Benutzt smarty_outputfilter_trimwhitespace_replace().

| smarty_outputfilter_trimwhitespace_replace | ( | $ | search_str, | |
| $ | replace, | |||
| &$ | subject | |||
| ) |
Definiert in Zeile 64 der Datei outputfilter.trimwhitespace.php.
Wird benutzt von smarty_outputfilter_trimwhitespace().
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|