[Dbix-class] more schema questions

Alan Humphrey alan.humphrey at comcast.net
Sat Jan 7 00:27:56 CET 2006


Doh!  Never mind.  Forgot the 'use' statement.

Incidentally, Matt, could you expound a bit on this piece of advice.  Both
seem to work and the docs show the former approach.  Thank you!

> my $obj = BirdWeb::Admin::Model::DBIC::Birds->find(234);

better

my $obj = BirdWeb::Admin::Model::DBIC->class('Birds')->find(234);






More information about the Dbix-class mailing list