Help for this page

Select Code to Download


  1. or download this
    my $self = shift;
    my $connection = MyApp::ConnectionFactory->connection();
    my $user = MyApp::DB::User->new({dbh => $connection->dbh()});
    
  2. or download this
    sub BUILDARGS {
       my ($class, $dbh) = @_;
       { dbh => $dbh };
    }