Khadija.A Posted November 26, 2008 Share Posted November 26, 2008 Hi, can any one explain this 2 lines: $this->GetCombo($default, $cbName, $longShort, $reportTo, $size) $objDBProducts->Connect(); Link to comment https://forums.phpfreaks.com/topic/134374-what-does-mean/ Share on other sites More sharing options...
trq Posted November 26, 2008 Share Posted November 26, 2008 -> is how you refer to methods and properties of an object. $this is used within the class definition to refer to the instance of the current object. Link to comment https://forums.phpfreaks.com/topic/134374-what-does-mean/#findComment-699567 Share on other sites More sharing options...
revraz Posted November 26, 2008 Share Posted November 26, 2008 Aren't FAQ's great? http://www.phpfreaks.com/forums/index.php/topic,95867.0.html Link to comment https://forums.phpfreaks.com/topic/134374-what-does-mean/#findComment-699578 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.