The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebNano::Controller::CRUD - A base controller implementing CRUD operations (EXPERIMENTAL!)

VERSION

version 0.001

SYNOPSIS

use base 'WebNano::Controller::CRUD';

DESCRIPTION

This is experimental Template Tookit and DBIx::Class based CRUD controller for WebNano

ATTRIBUTES

form_class

rs_name

record_actions

METHODS

create_action

delete

edit

index_action

list_action

parse_path

view

columns

AUTHOR

Zbigniew Lukasiak <zby@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Zbigniew Lukasiak <zby@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.