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() — Retourne la valeur de la variable de configuration passée en paramètre

Description

array get_config_vars(string varname);

Si aucun paramètre n'est donné, un tableau de toutes les variables de configuration chargées est retourné.

Example 13.16. Exemple avec get_config_vars()


<?php

// récupère la variable de configuration chargée #foo#
$foo = $smarty->get_config_vars('foo');

// récupère toutes les variables de configuration chargées
$all_config_vars = $smarty->get_config_vars();

// les affiche a l'écran
print_r($all_config_vars);
?>

   

Voir aussi clear_config(), {config_load}, config_load() et get_template_vars().

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors