Is declaring properties at the beginning of a class imperative or good
programming practice.

All the documentation I have seen states that you must do this,however if
the properties I am setting in each function are listede in the parenthesis
i.e
function test($var1,$var2){
}

then my classes still work.

Am I destined for trouble art later stages?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to