--TEST-- Template Test: variables.html --FILE-- Untitled Document

Example Template for HTML_Template_Flexy

Variables

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 '';;?>

===With data file: variables.html=== Untitled Document

Example Template for HTML_Template_Flexy

Variables

Standard variables

Long string with NL2BR + HTMLSPECIALCHARS

Everything: 
stdClass Object
(
)
an Object: