| Catalyst-Enzyme documentation | view source | Contained in the Catalyst-Enzyme distribution. |
Catalyst::Helper::Controller::Enzyme::CRUD - Helper for Catalyst::Enzyme CRUD Controllers
script/myapp/create.pl controller <CONTROLLER> Enzyme::CRUD <MODEL>
#Create BookShelf/Controller/Book.pm using the
#BookShelf/Model/BookShelfDB/Book.pm model
script\bookshelf_create.pl controller Book Enzyme::CRUD BookShelfDB::Book
Helper for Enzyme::Controller::CRUD Controller.
Makes tests for the CRUD Controller.
Catalyst::Enzyme::CRUD::Controller, Catalyst::Enzyme, Catalyst::Test, Catalyst::Helper,
Johan Lindstrom <johanl ÄT DarSerMan.com>
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
[% class %] - Catalyst Enzyme CRUD Controller
See [% app %]
Catalyst Enzyme Controller with CRUD support.
Define the model class for this Controller
[% author %]
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
| Catalyst-Enzyme documentation | view source | Contained in the Catalyst-Enzyme distribution. |