Posted by l3vi501 on 08/10/06 13:10
Something like this? class foobar { var $foo = "hi"; function show_foo() { $bar = $this->{"foo"}; echo $bar; } } $smt = new foobar(); $smt->show_foo();
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming