[PHPTAL] Tal conditions

2008-06-19 Thread Reza Sanaie
Hi all, Why would the following fail: ? If we can't use GT LE,... within a tal:condition, where are we allowed to use them? Cheers ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal

Re: [PHPTAL] Tal conditions

2008-06-19 Thread Iván -DrSlump- Montes
I think that the correct syntax for that is: tal:condition="php: profile.profile_id GT 0" You need to use the 'php' tales modifier to evaluate an expression, otherwise it's evaluated as a path. Iván On Fri, Jun 20, 2008 at 12:35 AM, Reza Sanaie <[EMAIL PROTECTED]> wrote: > Hi all, > > Why would