Jifty::Action

The ability to Do Things in the framework
Download

Jifty::Action Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn M Moore
  • Publisher web site:
  • http://search.cpan.org/~sartak/

Jifty::Action Tags


Jifty::Action Description

The ability to Do Things in the framework Jifty::Action is a Perl module with the ability to Do Things in the framework.SYNOPSIS package MyApp::Action::Foo; use Jifty::Param::Schema; use Jifty::Action schema { param bar => type is 'checkbox', label is 'Want Bar?', hints is 'Bar is this cool thing that you really want.', default is 0; }; sub take_action { ... } 1;Jifty::Action is the superclass for all actions in Jifty. Action classes form the meat of the Jifty framework; they control how form elements interact with the underlying model. Requirements: · Perl


Jifty::Action Related Software