Posted by BKDotCom on 10/26/06 16:26
class test() { function bob() { $this->var = ''; outsidefunc($this); // why is $this->var still '' ?? in php 5 it's 'not empty' } } outsidefunc(&$test) { $test->var = 'not empty'; } how can I fix / get around problem?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming