Posted by Chris Ramsay on 02/08/05 18:47
[snip]
I am having a really odd problem. I have a class and if I do a return
nothing is returned. If I do an echo of the variable that is being
returned I can see it so there is something to return. Is there some
strange bug in PHP?
[/snip]
What is it you are doing - are you echoing the call i.e.
echo $myclass->function();
Or something else?
Maybe you should post a bit of code to illustrate your problem ;)
Navigation:
[Reply to this message]
|