w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



Smarty Manual

This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.

Smarty Manual

Smarty Manual

load_filter()

load_filter() -- load a filter plugin

Description

void load_filter ( string type, string name)

The first argument specifies the type of the filter to load and can be one of the following: 'pre', 'post', or 'output'. The second argument specifies the name of the filter plugin, for example, 'trim'.

Example 13-1. loading filter plugins

<?php

// load prefilter named 'trim'
$smarty->load_filter('pre''trim');

// load another prefilter named 'datefooter'
$smarty->load_filter('pre''datefooter');

// load output filter named 'compress'
$smarty->load_filter('output''compress');

?>

See also register_prefilter(), register_postfilter(), register_outputfilter(), $autoload_filters and Advanced features.

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved