On 05/07/07, Tobias Kremer <[EMAIL PROTECTED]> wrote:
Hi Carl,
what's the status of the Template::Alloy form rendering? Parts of it seem to
already be in the svn but the actual rendering class doesn't use it yet AFAICT.
okay, I've submitted my changes.
You can switch to Template::Alloy using either:
$form->render_class_args({ TEMPLATE_ALLOY => 1 });
which in yaml is:
---
render_class_args:
TEMPLATE_ALLOY: 1
Or you can set the HTML_FORMFU_TEMPLATE_ALLOY environment variable to true.
This is particularly useful for running the entire test suite under
Template::Alloy.
In my benchmarks, running just the files which hit the templates, I
saw a 28% increase in speed after switching to Template::Alloy.
Carl
_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu