> Have you tried a few well placed echo var_dump()'s in your class to make > sure that $busyday really can't be seen by other parts of the class? I was using some echo statements. I didn't know about var_dump(). I'll begin playing with that immediately.
I figgured it out (partly thanks to var_dump()!). I was trying $this->$busydays, but it should have been $this->busydays. Thanks, -- Michael Moore ------------------------------- www.stuporglue.org -- Donate your used computer to a student that needs it. www.ubuntu-utah.org -- In Utah? Interested in Ubuntu? Come join us. -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
