in reply to Catalyst / DBIx::Class - accessing a different table from the model

Does this info help?

my $db_model = $c->model('FilmDB'); # a Catalyst::Model my $dbic = $c->model('FilmDB')->schema; # the actual DBIC object

Catalyst, it even makes the questions confusing :) and the answers impossible :)... yeah I don't Catalyst

  • Comment on Re: Catalyst / DBIx::Class - accessing a different table from the model
  • Download Code

Replies are listed 'Best First'.
Re^2: Catalyst / DBIx::Class - accessing a different table from the model
by Anonymous Monk on Feb 16, 2015 at 19:44 UTC