Re: [PHP] No answers found - Why var and why ?

2003-09-09 Thread Brad Pauly
André Cupini wrote: But what's the diference of the sintax: function bla($var) That means the function will return a reference. http://www.php.net/manual/en/functions.returning-values.php - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] No answers found - Why var and why ?

2003-09-09 Thread André Cupini
Save all programers! (sorry my brazilian english) I have a simple doubt, but i´m tired because i not found answers... Why, inside a class, declarare $this variables in a format var $varname; before of a constructor? And, please, what intend the signal before functions name? I know the