| Catalyst-Model-DBIC documentation | view source | Contained in the Catalyst-Model-DBIC distribution. |
Catalyst::Helper::Model::DBIC - (DEPRECATED) Helper for DBIC Models
script/create.pl model DBIC DBIC dsn user password
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.
Helper for DBIC Model.
Reads the database and makes a main model class as well as placeholders for each table.
Makes tests for the DBIC Model.
Sebastian Riedel <sri@cpan.org>
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
[% class %] - Catalyst DBIC Model
See [% app %]
Catalyst DBIC Model.
[% author %]
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
[% tableclass %] - Catalyst DBIC Table Model
See [% app %]
Catalyst DBIC Table Model.
[% author %]
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. |