On Fri, 30 May 2008 17:59:58 +0100, Anton Andrievskij <[EMAIL PROTECTED]> wrote:

PHPTAL rewrites code in php: expressions to use TAL variables, so it
will work fine.

Please can you explain a bit more about this? How it works?

There's a simple PHP parser that modifies the code (see Php/Transformer.php). Mostly variables get prefixed with $ctx->, so isset(var) becomes isset($ctx->var).

--
regards, Kornel

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to