need knowledge help - what do you suggest to use:

  $mc = new myclass();
or
  $mc = &new myclass();

because in any tutorial I can see the first form, but on page "what references do" in 
PHP manual I found out the
second form

so?

5o



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

Reply via email to