Hi
Thanks for the great tutorial! In medias res - just the way I like it.
I thought I'd post questions as they come up, for a starter here's this:
"Another convention is that getter and setter names should match the property names"
Is this really just a convention or the class would not work at all otherwise? In other words do I need "var $name;" in order to set (and get) the value of "$this->name"?