Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

get_config_vars() — retorna el valor asignado a la variable de configuración

Descripción

array get_config_vars(string varname);

Si no tiene un parámetro asignado, un arreglo de todas las variables de los archivos de configuración es retornado.

Example 13.16. 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 them
print_r($config_vars);
?>

   

Ver también clear_config(), {config_load}, config_load() y get_template_vars().

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors