Posted by Stefan Rybacki on 10/30/05 12:43
mk wrote: > Bob - Your code needs to look like this: > > <?PHP > > class Test{ > var $lname = "Smith" ; > function get(){ > return $this->lname ; > } > } > > $whyme = new Test ; > echo $whyme->get() ; > > ?> Hum, what did I write? > > Hope this helps! > > Mike > >
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming