Help for this page
test1(); test2(); ... $dbh=new MyDBLayer; $dbh->do(etc..); }
$dbh=new db connection; test1($dbh); ... $dbh->do(etc..); }