in reply to Re^4: Creating a model of a bad database
in thread Creating a model of a bad database

Well, as much as possible, I'll simply be denying people accessors and mutators. They'll get the behaviors they need and that's it. Of course, it's not quite that simple, but by focusing on behavior instead of data (which is what OO should be doing anyway), I think I can contain the worst of the problem.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^5: Creating a model of a bad database