Function Reference / vals

extract all current variables from the last decoded data

OVERVIEW

PHParray zestoi_vals()
SMARTY{vals var=string}

EXAMPLES

PHP

$vals = zestoi_vals();
echo "the title is " . $vals['title'];

SMARTY

{vals var=myvals}
the title is {$var.title}

PCT

The two following examples produce he same output:

the title is %%title%%
the title is %%TITLE%%