in reply to Re^3: question on OO design and object composition
in thread question on OO design and object composition
my problem is that i have to pass a dbh(supposedly one for each webapp under mod_perl) to the company::api by way of calling $c = company::api->new($dbh). then in company::api, i have to pass this $dbh to other company:: modules
sorry if i wasn't clear on this.
|
|---|