Jifty

Jifty is an application framework.
Download

Jifty Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Vincent, Alex Vandiver and David Glasser
  • Publisher web site:
  • http://search.cpan.org/~sartak/

Jifty Tags


Jifty Description

Jifty is an application framework. Jifty is an application framework.SYNOPSIS # Object containing lots of web related goodies... my $web = Jifty->web; my $request = Jifty->web->request; my $response = Jifty->web->response; my $link = Jifty->web->link( label => _('W00t'), url => '/whatsit' ); # Retrieve information from your application's etc/config.yml file. my $config = Jifty->config; # Retrieve the Jifty::DBI handle my $handle = Jifty->handle; # Load an application class, very handy in plugins my $class = Jifty->app_class('Model', 'Foo'); my $foo = $class->new; $foo->create( frobnicate => 42 ); # Configure information related to your application's actions my $api = Jifty->api; # Make parts of your page "subscribe" to information in a fragment my $subs = Jifty->subs; # Share information via IPC::PubSub in your application my $bus = Jifty->bus; # Retrieve general information about Mason my $handler = Jifty->handler; Requirements: · Perl


Jifty Related Software