3170"XOR(317*if(now()=sysdate(),sleep(15),0))XOR"Z
How to get PHPTAL working with popular frameworks. Please add instructions or link to "glue" code, not just the frameworks themselves.
Doctrine 1 ORM is not compatible with PHPTAL, because its implementation of __isset
is not consistent with behavior of standard PHP objects. You can patch PHPTAL to work around this problem or upgrade to Doctrine 2.
1