Hi,

I'm using a lot of parameters to set different values to a bolean value, but I
am a bit confused to what values I should use. Should I use: 
TRUE / FALSE 
1 / 0
or
yes /no
? How should the test be?
if ($obj->param) 
if ($obj->param == true) 
if ($obj->param == "true")

??

Tarjei

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to