Function Reference / valextract a single value from the last decoded data OVERVIEW
EXAMPLESPHP echo "the title is " . zestoi_val('title'); SMARTYSpecifying the 'var' parameter will set that variable for later use, else the value is output in place. the title is {val name=title}
{val name=title var=mytitle} the title is {$mytitle} |
