in reply to Re^3: inheritance: constructors
in thread inheritance: constructors
You assume the order of the code blocks does not matter, too most ppl it does.
Either: if ($i != $j) or: unless($i == $j)
Chose one, these are the same. Your example changes much more than just removing a double negative.
|
---|