Catalyst::Helper::Controller::Enzyme::CRUD - Helper for


Catalyst-Enzyme documentation  | view source Contained in the Catalyst-Enzyme distribution.

Index


NAME

Top

Catalyst::Helper::Controller::Enzyme::CRUD - Helper for Catalyst::Enzyme CRUD Controllers

SYNOPSIS

Top

    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







DESCRIPTION

Top

Helper for Enzyme::Controller::CRUD Controller.

METHODS

mk_compclass
mk_comptest

Makes tests for the CRUD Controller.

SEE ALSO

Top

Catalyst::Enzyme::CRUD::Controller, Catalyst::Enzyme, Catalyst::Test, Catalyst::Helper,

AUTHOR

Top

Johan Lindstrom <johanl ÄT DarSerMan.com>

LICENSE

Top

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.

NAME

Top

[% class %] - Catalyst Enzyme CRUD Controller

SYNOPSIS

Top

See [% app %]

DESCRIPTION

Top

Catalyst Enzyme Controller with CRUD support.

METHODS

Top

model_class

Define the model class for this Controller

ACTIONS

Top

SEE ALSO

Top

[% app %], Catalyst::Enzyme::CRUD::Controller, Catalyst::Enzyme

AUTHOR

Top

[% author %]

LICENSE

Top

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.