Example:
$ this-> sql = & new GuestBook_SQL;
What is he doing?
This statement assigns a link. Here is an explanation from the PHP manual
It assigns by reference instead of value.
And it is old. You no longer need this syntax in PHP5. It still assigns new objects by reference.
Source: https://habr.com/ru/post/1746157/More articles:UTC timestamp in milliseconds using C ++ on Windows - c ++Getting information about the base station on Android - androidWindows UTC timestamp - cCheck if the system volume is disconnected? - pythonDate picker options in Rails? - dateProblems with Aero Glass in Delphi 7 Applications - delphiКак установить значок ErrorProvider для программных программ для всех элементов управления - c#Twisted matrix and telnet server implementation - pythonSaving tree structures in Databases - javaIs there a way to write NSTimer so that it just pauses the program for a second? - objective-cAll Articles