Making an Object Class in PHP
Monday, November 28th, 2005Sadly, our application, mostly developed before PHP object support, is not object-oriented. There are a few classes that have been added over the last few years. None of the classes satisfy my father’s mantra:
“Describe what your application does in one or two paragraphs; the nouns are your object classes.”
That may be an oversimplified […]

