Catalyst::Example::Controller::InstantCRUD is a Catalyst CRUD example Controller.
SYNOPSIS
use base Catalyst::Example::Controller::InstantCRUD;
METHODS
load_interface_config Returns the config hash for input forms (widgets) and other interface elements
get_resultset Returns the resultset appriopriate for the page parameters.
model_resultset Returns a resultset from the model.
model_item Returns an item from the model.
model_widget Returns a HTML::Widget object filled with elements from the model.
source_name Class method for finding name of corresponding database table.
add Method for displaying form for adding new records
create_col_link Subroutine placed on stash for templates to use.
auto Adds Controller name as additional directory to search for templates
index Forwards to list
destroy Deleting records.
do_add Method for adding new records
do_edit Method for editin existing records
edit Method for displaying form for editing a record.
list Method for displaying pages of records
view Method for diplaying one record
Product's homepage
Requirements:
· Perl