Re: [PHPTAL] Missing semicolon and constants for variable keys

2009-04-05 Thread Kornel LesiƄski
On 04.04.2009, at 03:15, Bobby wrote: Hello, I'm new to PHPTal and i've run into a few issues... They're fixed now :) Please test: http://phptal.motion-twin.com/files/PHPTAL-1.2.0a5.tar.gz -- regards, Kornel ___ PHPTAL mailing list PHPTAL@list

[PHPTAL] Missing semicolon and constants for variable keys

2009-04-03 Thread Bobby
Hello, I'm new to PHPTal and i've run into a few issues... I want to eventually make an error list macro, my errors are sent to the template under a constant key name, for example: interface AppConstants { const ERROR_KEY = 'error_key'; } $template = new PHPTAL('example.html'); $template->set(