2
Sentenca:
foreach ($this->table as $alias => &$tableObject) {
$tableObject = clone $tableObject;
}
What is the meaning of & before the variable $tableObject? I have seen some codes that have & before any var only one character and not 2 as AND(&&) always before some variable? Can someone explain me, or at least tell me the name so I can do a better search.
Thank you.
where is the duplicate question? bfavaretto
– rafaelphp
In the link above, at the top of your question. The answers you have there did not clarify your question? NOTE: please mention my name with @in front, otherwise I will not be notified.
– bfavaretto
OK, I thought, thanks for the guidance.
– rafaelphp
If those contents don’t resolve, explain to me here the question that I help.
– bfavaretto
Thanks, but this well explained and still has other reference links in the answers. Vlw.
– rafaelphp