$dbh= DBConnect::connect(); #Established connection $sth = $dbh->prepare("SELECT * FROM test WHERE 1"); print Dumper($sth)