in reply to •Re: OO or just OOps ?
in thread OO or just OOps ?

Well,
I thought I wanted Client to be an class, with accessors for the attributes and then have several instances of them, one for each client.

The same for orders and items

Perhaps a class for konfiguration data instead of globals floating around

And then to avoid redundancy the TYPE could be "class"-ifyed

I known my post is muddy at best, but what I was trying to avoid is that the communication between objects would nessitate having to juggle several objects of different classes to perform the action.

As an example consider selecting what media a certain client wants his confirmation, which would be found in the client instance and pertinent data would also be found in the configuration instance.

And yeah I know, messed up design, but that was really the reason for my question