Deprecated.
NAME
Catalyst::Helper::Model::DBIC - (DEPRECATED) Helper for DBIC Models
SYNOPSIS
script/create.pl model DBIC DBIC dsn user password
DEPRECATION NOTICE
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
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
Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper
AUTHOR
Sebastian Riedel <sri@cpan.org>
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
NAME
[% class %] - Catalyst DBIC Model
SYNOPSIS
See "[% app %]"
DESCRIPTION
Catalyst DBIC Model.
AUTHOR
[% author %]
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
NAME
[% tableclass %] - Catalyst DBIC Table Model
SYNOPSIS
See "[% app %]"
DESCRIPTION
Catalyst DBIC Table Model.
AUTHOR
[% author %]
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.