Quote:
Originally Posted by Killswitch
What do you suggest, using public instead of var?
I really don't see much difference with var or public.
protected $email = 'foo'; works also
|
I guess the only thing I can find that makes public better then var is in PHP6 var will be removed.