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

array get_config_vars(string varname);

Restituisce il valore della variabile di configurazione data, se è stata caricata. Se non viene passato un parametro viene restituito un array di tutte le variabili di configurazione caricate.

Example 13.15. get_config_vars


<?php
// recupero la variabile di configurazione del template 'foo'
$foo = $smarty->get_config_vars('foo');

// recupero tutte le variabili di configurazione caricate
$config_vars = $smarty->get_config_vars();

// diamo un'occhiata
print_r($config_vars);
?>

   

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors