Function Reference / valsextract all current variables from the last decoded data OVERVIEW
EXAMPLESPHP $vals = zestoi_vals(); echo "the title is " . $vals['title']; SMARTY {vals var=myvals} the title is {$var.title} PCTThe two following examples produce he same output: the title is %%title%% the title is %%TITLE%% |
