what is the difference of declaring a property in a class (in PHP) as :
$_city;
or
$city;
is there a difference in variable scope when start naming by underscore?
thanks,
what is the difference of declaring a property in a class (in PHP) as :
$_city;
or
$city;
is there a difference in variable scope when start naming by underscore?
thanks,