Hi everyone,
I'm using PHP4 in a Linux box.
The problem is that my templates are not working as expected. For some reason, the FastTemplate class is not stripping out the curly brackets. So, every page that i write using templates I get those "{}" surrounding my variables.
Any clue??
Bellow as a sample output from a template. The output is suppose to be a "ls" from the working directory to a table. Everything works just fine but those annoying "{}".
The code for this output is the same one found in the tutorial section of this website.
{.} {4096}
{..} {4096}
{test.php} {708}
{toplevel.tpl} {146}
{test1.php} {345}
{class.FastTemplate.php3} {15853}
{table.tpl} {102}
{table_row.tpl} {74}
{out.php} {924}