I'm new to OOP and am writing one of my first classes. I work for an insurance broker and am trying to use a Class to store things about a quote, and store the Object as a session variable.Thing is, when I view the session variables, I get:\[code\]sessionName __PHP_Incomplete_Class Object( [__PHP_Incomplete_Class_Name] => myClass [brokerId] => \[/code\]Can anyone tell me why it's showing incomplete class name?