Little reminder about PHP references
in PHP added by goodphptutorials, on 28/2/2007 advanced tutorials objects php5 references
If you're among the crowd who have migrated an OOP based application from PHP4 to PHP5, then I'm sure you've heard the expression "Objects are copied by reference by default in PHP5". Whoever told you that, was lying.
comment save report