The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.19 - 2007-06-05

  • wrote tutorials
    • http://d.hatena.ne.jp/Bayside/20070511/p1
    • http://d.hatena.ne.jp/Bayside/20070512/p1
    • http://d.hatena.ne.jp/Bayside/20070513/p1
    • http://d.hatena.ne.jp/Bayside/20070514/p1
  • when deleting, use Widget::Dialog (you can get from JSAN)
  • changed Catalyst::Controller::CRUD::CDBI::model_to_hashref to Class::DBI::toHashRef
    • ref) my $hash = $c->model('CDBI::Foo')->retrieve(1)->toHashRef;
  • changed Catalyst::Controller::CRUD::DBIC::model_to_hashref to DBIx::Class::toHashRef
    • ref) my $hash = $c->model('DBIC::Foo')->find(1)->toHashRef;

Modules

CRUD (create/read/update/delete) Controller for Catalyst
Implementation for Catalyst::Controller::CRUD
Implementation for Catalyst::Controller::CRUD
generate sqls, controllers and templates from DBDesigner 4 file
CRUD (create/read/update/delete) Plugin for Catalyst
Catalyst based application

Provides

in sample/TinyURL/lib/TinyURL/Controller/Root.pm
in sample/TinyURL/lib/TinyURL/Controller/TinyUrl.pm
in sample/TinyURL/lib/TinyURL/Model/CDBI.pm
in sample/TinyURL/lib/TinyURL/Model/CDBI/TinyUrl.pm
in sample/TinyURL/lib/TinyURL/View/TT.pm