Re: [PHP-DB] EZ Question...I think

2001-12-03 Thread Raquel Rice
On Mon, 3 Dec 2001 17:31:30 -0500 Thomas "Thomas" <[EMAIL PROTECTED]> wrote: > I have looked into some source code that I found, but I'm a newbie > at this, > and don't understand.. > > if ( 0 == $this->link_id) { > > In this statment, what does the '->' repersent? this statment > (operator?)

RE: [PHP-DB] EZ Question...I think

2001-12-03 Thread Brian Paulson
32 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] EZ Question...I think I have looked into some source code that I found, but I'm a newbie at this, and don't understand.. if ( 0 == $this->link_id) { In this statment, what does the '->' repersent? this statment (operator?) o

[PHP-DB] EZ Question...I think

2001-12-03 Thread Thomas
I have looked into some source code that I found, but I'm a newbie at this, and don't understand.. if ( 0 == $this->link_id) { In this statment, what does the '->' repersent? this statment (operator?) occurs alot in this code that I have, but I can't find the definition on any site...can anyone