Fed

Results 97 comments of Fed

use drawString then, here's an example: https://github.com/rainphp/raintpl3/blob/master/example-draw-string.php On Mon, Jun 23, 2014 at 8:15 AM, Luffy-php [email protected] wrote: > thanks rain > i will explain , > i dont want...

It should work, drawString works like draw with the only difference that the templates is coming from a string. Please explain more in details what you want to do and...

You're passing variables to the template, those variables are rendered as strings why they're not executed, the only way to execute that code is to parse it with drawString first:...

Hi Pavel, good catch. I think we'll have to revisit the entire blacklist logic and even if complex, we need a whitelist to block everything except the white listed methods....

Fixed. Please review: https://github.com/rainphp/raintpl3/tree/issue-48

Definitely an error in the path replace From my iPhone > On Jun 27, 2014, at 3:11 PM, amunhoz [email protected] wrote: > > I think there is a problem with...

We can as long as it won't break any back compatibility. I'll check to see if possible. On Wed, Dec 31, 2014 at 3:22 PM, Xesau [email protected] wrote: > RainTPL...

complex to solve: memcached and APC are server specific session are slow and each user has its own A fast solution it could be with a watch script (crontab or...

that could be nice, I think the best way is to have a cache plugin where to implement all these features

that's right, we should do the checksum for both, and yes we can remove register tag: https://github.com/rainphp/raintpl3/blob/master/library/Rain/Tpl.php#L41