pkit_dbi_connect — Should generate and return DBI database handler, $dbh, which can be accessed by rest of Model using the dbh method.
sub pkit_dbi_connect { return DBI->connect("DBI:mysql:db","user","passwd"); }
This method will probably be replaced when request-based sessions are implemented.