in reply to dependencies and loose coupling
I have a Class::DBI base class and some objects that inherit from it. In the base class, I need to set up the database connection. However, I want to keep these classes independent of the actual method of finding that config data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: dependencies and loose coupling
by perrin (Chancellor) on May 12, 2004 at 22:17 UTC |