On 2004-09-05, Mark Stosberg <[EMAIL PROTECTED]> wrote:

> Full Docs:
> http://mark.stosberg.com/perl/dbh.html
>
> Download:
> http://mark.stosberg.com/perl/CGI-Application-Plugin-DBH-0.02.tar.gz

I have now released "0.02" with another feature:

You can now initialize the database handle here with existing handle
that you might already have.

Why? Because of this simple module design, it can be used with other OO
modules besides CGI::Application. 

I'm using it to add dbh_config() and dbh() methods to a custom OO module
that my CGI::Application module calls.

I think this a cleaner solution than my previous hack of passing the
database handle around as a global variable.

        Mark

-- 
http://mark.stosberg.com/ 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to