Catalyst::Helper::Model::DBIC - (DEPRECATED) Helper for DBIC Models


Catalyst-Model-DBIC documentation  | view source Contained in the Catalyst-Model-DBIC distribution.

Index


NAME

Top

Catalyst::Helper::Model::DBIC - (DEPRECATED) Helper for DBIC Models

SYNOPSIS

Top

    script/create.pl model DBIC DBIC dsn user password

DEPRECATION NOTICE

Top

This module has been deprecated in favor of the schema-based Catalyst::Model::DBIC::Schema. This module should only be considered as a temporary measure if you are porting from Catalyst::Model::CDBI.

DESCRIPTION

Top

Helper for DBIC Model.

METHODS

mk_compclass

Reads the database and makes a main model class as well as placeholders for each table.

mk_comptest

Makes tests for the DBIC Model.

SEE ALSO

Top

Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper

AUTHOR

Top

Sebastian Riedel <sri@cpan.org>

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 DBIC Model

SYNOPSIS

Top

See [% app %]

DESCRIPTION

Top

Catalyst DBIC Model.

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.

NAME

Top

[% tableclass %] - Catalyst DBIC Table Model

SYNOPSIS

Top

See [% app %]

DESCRIPTION

Top

Catalyst DBIC Table Model.

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-Model-DBIC documentation  | view source Contained in the Catalyst-Model-DBIC distribution.