Jump to content

Variabile Smarty dinamica


bene82

Recommended Posts

Sono riuscito ad assegnare le seguenti variabili associate all'id di un attributo:

$idben47    Smarty_Variable Object (3)
->value = "0.00"
->nocache = false
->scope = "Smarty root"
$idben48    Smarty_Variable Object (3)
->value = "120.00"
->nocache = false
->scope = "Smarty root"
$idben49    Smarty_Variable Object (3)
->value = "0.00"
->nocache = false
->scope = "Smarty root"

Come faccio ad accedere alla variabile corrispondente(value) nel mio file tpl? Ho accesso all'id (in questo caso 47,48,49) ma non so come scrivere un codice corretto. Ho provato:

<span>Prezzo:{$idben.id_attribute}</span>

ma senza risultati...

 

 

Grazie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...