Download! Contributed Code
Is Smarty right for me? Why use it? Crash Course Preface from docs Summary from docs Testimonials
Quick Install Documentation Sample Application Discussion Forums Internet Relay Chat Mailing Lists Smarty Wiki FAQ (from wiki) Other Resources
AOE media TYPO3 [be a sponsor!]
www.php.net www.phpinsider.com
Vote for Smarty!
Feel free to put in your rating or review of Smarty at HotScripts.com
Smarty Icon
You may only use the Smarty logo according to the trademark notice
Tell us about it!
Got some news for the front page? New articles, weblog discussions, public talks, etc? Let us know!
Si no tiene un parámetro asignado, un arreglo de todas las variables de los archivos de configuración es retornado.
Ejemplo 13-1. get_config_vars()
<?php// get loaded config template var 'foo'$foo = $smarty->get_config_vars('foo');// get all loaded config template vars$config_vars = $smarty->get_config_vars();// take a look at themprint_r($config_vars);?>
Ver también clear_config(), {config_load}, config_load() y get_template_vars().