NAME
Catalyst::View::Enzyme::CRUD::View - Catalyst View helper methods for CRUD templates
SYNOPSIS
DESCRIPTION
This is a mix-in for any (TT) View using the Enzyme CRUD.
METHODS
element_req($c, $action_name, $column, [$type = "text"])
Return new HTML::Element for $column.
If the current action is $action_name, fill in data from the request.
If there is no $column field in the model class, return a HTML <INPUT type="$type"> field with that name.
$c->this_request_except(%new_params)
Return uri which is identical to the current request, except overwritten with the new parameters in %new_params.
AUTHOR
Johan Lindstrom <johanl ÄT cpan.org>
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 95:
Non-ASCII character seen before =encoding in 'ÄT'. Assuming CP1252