Quote:
Originally Posted by Codein
Either way, I prefer doing it like this:
PHP Code:
temp.var1 = true;
temp.var2 = true;
temp.var3 = true;
so then I can easily do, say, temp.var2 = false, without having to mess around.
|
styling choice really. although they both produce the same results. =P