On 7/3/06, Matt S Trout <[EMAIL PROTECTED]> wrote:
> and C::M::DBIC::Schema gives you a model per table. I'm not sure I see the
> problem here ...

>From Catalyst::Model::DBIC::Schema docs there's an example which reads:

  # For resultsets, there's an even quicker shortcut:
  $c->model('FilmDB::Actor')
  # is the same as $c->model('FilmDB')->resultset('Actor')

So, from this example, I concluded that only FilmDB was a proper
Catalyst model. FilmDB::Actor was only a shortcut, not a real model.

But I think I was mislead by the docs, then.

-Nilson Santos F. Jr.

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to