| CatalystX-CRUD-YUI documentation | view source | Contained in the CatalystX-CRUD-YUI distribution. |
CatalystX::CRUD::YUI::TT - templates for your CatalystX::CRUD view
use CatalystX::CRUD::YUI::TT;
# in a template
[% foo.as_json %]
[% foo.dump_data %]
[% foo.dump_stderr %]
[% SET foo = 1;
foo.increment; # foo == 2
foo.decrement; # foo == 1
%]
CatalystX::CRUD::YUI::TT adds some convenience virtual methods to the Template::Stash namespace.
As of version 0.007 this is just a wrapper around Template::Plugin::Handy.
Peter Karman, <karman@cpan.org>
Please report any bugs or feature requests to
bug-catalystx-crud-yui@rt.cpan.org, or through the web interface at
http://rt.cpan.org. I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
Copyright 2008 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CatalystX-CRUD-YUI documentation | view source | Contained in the CatalystX-CRUD-YUI distribution. |