sorry to have bothered everyone, especially drew010... i found a syntax error while posting the code... ironically, I had already put it in another text editor to get a "fresh look" at it and didn't notice it then... while investigating possibilities I read in the PHP manual:
"The case expression may be any expression that evaluates to a simple type, that is, integer or floating-point numbers and strings. Arrays or objects cannot be used here unless they are dereferenced to a simple type."
Does this mean that objects cannot be instantiated inside a case? Can arrays not be utilized inside a case?
Thank you.