in reply to Re: Structure of a custom class (using Apache::Session)
in thread Structure of a custom class (using Apache::Session)
Thanks for your reply!
By "singular data store connection" (bad phrasing) I simply meant specifying the connection information in one location (the class) rather than in every script that uses the session data. Keeping that info in one place was the original reason for creating a "layer of indirection" ... but I absolutely agree, in its current state, the class doesn't provide much benefit. It was that realization that prompted me to post and find out if I should continue with its development or scrap it.
Also, thank you for the "map" advice ... made the change in my code.
author => jeyroz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Structure of a custom class (using Apache::Session)
by ikegami (Patriarch) on Jun 15, 2005 at 19:20 UTC | |
by jeyroz (Monk) on Jun 15, 2005 at 20:11 UTC | |
|
Re^3: Structure of a custom class (using Apache::Session)
by mpeters (Chaplain) on Jun 15, 2005 at 19:26 UTC |