Hello Torsten, Thanks for the answers ... it's all becoming clearer.
Sunday, August 29, 2004, 3:08:01 PM, you wrote: TR> Hi Kevin, TR> with PHP4 &$db means the value is passed by reference. Otherwise a copy of TR> $db would be passed to the method. See here: TR> http://de2.php.net/references TR> With PHP5 variable assignments or passing variables to functions by TR> reference is standard. $this->db is the PHP equal to this.varName. TR> You access property db of the current object. Methods are called this way: TR> $this->methodName() TR> Hope this clears things up a bit. -- Best regards, Kevin Bridges mailto:[EMAIL PROTECTED] Independent Contractor 303.809.4427 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php