Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
Smarty Class Methods()
Smarty Manual
Prev
Next
Chapter 13. Smarty Class Methods()
Table of Contents
append()
-- append an element to an assigned array
append_by_ref()
-- append values by reference
assign()
-- assign values to the templates
assign_by_ref()
-- assign values by reference
clear_all_assign()
-- clears the values of all assigned variables
clear_all_cache()
-- clears the entire template cache
clear_assign()
-- clears the value of an assigned variable
clear_cache()
-- clears the cache for a specific template
clear_compiled_tpl()
-- clears the compiled version of the specified template resource
clear_config()
-- clears assigned config variables
config_load()
-- loads config file data and assigns it to the template
display()
-- displays the template
fetch()
-- returns the template output
get_config_vars()
-- returns the given loaded config variable value
get_registered_object()
-- returns a reference to a registered object
get_template_vars()
-- returns assigned variable value(s)
is_cached()
-- returns true if there is a valid cache for this template
load_filter()
-- load a filter plugin
register_block()
-- dynamically register block functions plugins
register_compiler_function()
-- dynamically register a compiler function plugin
register_function()
-- dynamically register template function plugins
register_modifier()
-- dynamically register modifier plugin
register_object()
-- register an object for use in the templates
register_outputfilter()
-- dynamically register outputfilters
register_postfilter()
-- dynamically register postfilters
register_prefilter()
-- dynamically register prefilters
register_resource()
-- dynamically register resources
trigger_error()
-- output an error message
template_exists()
-- checks whether the specified template exists
unregister_block()
-- dynamically unregister block function plugins
unregister_compiler_function()
-- dynamically unregister a compiler function
unregister_function
-- dynamically unregister template function plugin
unregister_modifier()
-- dynamically unregister modifier plugin
unregister_object()
-- dynamically unregister an object
unregister_outputfilter()
-- dynamically unregister an output filter
unregister_postfilter()
-- dynamically unregister a postfilter
unregister_prefilter()
-- dynamically unregister a prefilter
unregister_resource()
-- dynamically unregister a resource plugin
Prev
Home
Next
$default_resource_type
Up
append()
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.