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
I am using this
if (!is_object($_SESSION)) $_SESSION = new ArrayObject();