Jifty::View::Declare::CRUD

Jifty::View::Declare::CRUD provides typical CRUD views to a model.
Download

Jifty::View::Declare::CRUD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Best Practical Solutions, LLC.
  • Publisher web site:
  • http://search.cpan.org/~jesse/Jifty-0.70824/lib/Jifty/View/Declare/CRUD.pm

Jifty::View::Declare::CRUD Tags


Jifty::View::Declare::CRUD Description

Jifty::View::Declare::CRUD provides typical CRUD views to a model. Jifty::View::Declare::CRUD provides typical CRUD views to a model.SYNOPSIS package App::View; use Jifty::View::Declare -base; use Jifty::View::Declare::CRUD; Jifty::View::Declare::CRUD->mount_view('User'); Jifty::View::Declare::CRUD->mount_view('Category', 'App::View::Tag', '/tag');This class provides a set of views that may be used by a model to display Create/Read/Update/Delete views using the Template::Declare templating language.Basically, you can use this class to do most (and maybe all) of the work you need to manipulate and view your records. Requirements: · Perl


Jifty::View::Declare::CRUD Related Software