
jerry mattsson - 2006-03-20 11:15:32 -
In reply to message 1 from Richard Munroe
Hi All ...
Regarding the Scope Resolution Operator in this context:
As I understand it, if you reference the class & function by it's name it should be ok but not nessesary from within the class itself.
$this should be refenrecable from within the class, but if used otherwise you might call the class by it's name, true.
I have not had any problems using it as it is, but I am mostly still using php4. There are a lot of changes in class behaviour in php5.