Posted by Chung Leong on 05/05/06 03:32
What you are trying to do isn't possible. PHP treat the variable in $func() strictly as a text string--not evaluable code. If $func contains "$someclass->operation" it will just look for a standalone function called "$someclass->operation."
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming