when working with references in PHP is there any difference between =& $var and = &$var ? or it is the same thing.
I have seen this used in frameworks such as Codeigniter
when working with references in PHP is there any difference between =& $var and = &$var ? or it is the same thing.
I have seen this used in frameworks such as Codeigniter