--TEST-- Template Test: variables.html --FILE--
Example Template for HTML_Template_Flexy
Standard variables
hello);?>
world;?>
test);?>
object->var);?>
array[0]);?>
array['entry']);?>
multi['array'][0]);?>
object->var['array'][1]);?>
'; echo htmlspecialchars(print_r($t->object->var['array'][1],true)); echo '';;?>
object->var['array'][1];?>
object->var['array'][-1];?>
object['array']->with['objects']);?>
Long string with NL2BR + HTMLSPECIALCHARS
longstring));?>
Everything: '; echo htmlspecialchars(print_r($t,true)); echo '';;?>
an Object: '; echo htmlspecialchars(print_r($t->object,true)); echo '';;?>
Example Template for HTML_Template_Flexy
Standard variables
Long string with NL2BR + HTMLSPECIALCHARS Everything:stdClass Object ( )an Object: