On 1/12/11 1:50 PM, Tom Boutell wrote:
Thanks Fabien. I get the issue with closures now - you are actually
making a memo of the function name to be called and creating a .php file
with that, so the closure would not work...

I am tempted to ask you for a cache clearing task, but I guess it's
better if we have these issues to remind us of areas in which the
built-in detector needs to be completed (: It's not a big deal to make a
shell alias in the meantime.

Clearing the cache is as simple as removing all the files in the cache directory. You can also do that in PHP if you want:

$twig = new Twig_Environment(...);
$twig->clearCacheFiles();

Fabien

--
If you want to report a vulnerability issue on symfony, please send it
to security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to