Reply to Re: php 4.4.1 constructor Vs. Php 5.0 constructor
Posted by Greg Scharlemann on 12/08/05 03:32
Thanks for the help. It looks like it's really just the public
statement I had in front of __construct that was screwing everything
up. In any case, I like the use of the class name over the user of
__construct. I think it looks cleaner. Is there any advantage to using
one over the other?