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
Thomas, It a used to referance a class method or proporty Example: debug == True) { Print($msg); } } } //To call the class you would do something like this $simple = new simple(); $