[cgiapp] how to use the CGI::Application::Plugin::DBH and DBIx::Class together

Mike.G hylinux at gmail.com
Tue Jun 17 05:04:12 EDT 2008


Hi, every, right now, I want to use the DBIx::Class in my project.
but I had used the CGI::Application::Plugin::DBH for get the database
connection,
so  the DBIx::Class can use the exists Database Connection Ref?
like, right now, I had the $dbh.
by :
my $dbh = $this->dbh;
so can I pass this $dbh into the DBIx::Class ?

thanks

Mike.G


More information about the cgiapp mailing list