Re: [PHPTAL] Escaping ${} and $

2011-09-01 Thread Kornel LesiƄski

On 1 wrz 2011, at 14:56, Tarjei Huse  wrote:


Hi, I'm trying to include a JQuery template containing ${} into a PHPTal
template. Is there a way to say "do not use phptal within this block" or
just escape the $ signs?


Yes, $${} will be printed as ${} in generated HTML.

--
regards, Kornel

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


Re: [PHPTAL] Escaping ${} and $

2011-09-01 Thread Tero Heikkinen

On 1.9.2011, at 16.56, Tarjei Huse wrote:

> Hi, I'm trying to include a JQuery template containing ${} into a PHPTal
> template. Is there a way to say "do not use phptal within this block" or
> just escape the $ signs?

Hi!

The easiest way is to use {{= variable}} notation with jquery templating. ${} 
is just a shortcut to that.

Best regards
Tero Heikkinen
___
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal


[PHPTAL] Escaping ${} and $

2011-09-01 Thread Tarjei Huse
Hi, I'm trying to include a JQuery template containing ${} into a PHPTal
template. Is there a way to say "do not use phptal within this block" or
just escape the $ signs?

-- 
Regards
Tarjei Huse

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