From: Alex B. <en...@tu...> - 2001-06-19 16:42:51
|
$this->varname is a class variable reference. think of $varname, but attached to the containing class, and only usable within that context, sort of like variables in functions. $this=>varname isn't valid. This is: $foo = array( 'moo' => "boo", 'foo' => "hoo" ); Those are array keys, so you can reference: $foo['moo'] and get "boo" _alex > I would love to know what the $this->varname and $this=>varname syntax > means. It seems it has to do something with arrays or global variables. > Anyone want to take a stab at this for me? > > Alby > al...@th... > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |