Reply to Re: Class question. Where am I going wrong?
Posted by e_matthes on 10/06/06 17:18
I banged my head against the php wall for a while when I wrote my first
simple OOP program in php; all because I was using one underscore when
writing __construct rather than two! I am guessing this frustration
happens all the time, and I couldn't believe the book I was using did
not explicitly state this. Is there a reason it was specified with two
underscores?