Welcome Guest, Not a member yet? Register   Sign In
_output called, but $output is empty
#1

[eluser]Unknown[/eluser]
I have a method in my controller

Code:
function test() {
  print "test";
}

function _output($output) {
   var_dump($output);
}

_output() is being called, but $output is blank, and the output is sent, so that I see "test" first, then the var dump of an empty string.

I don't have caching on, no compression, no hooks, nothing I can see that would cause this. Any suggestions?

Thx,

Tac


Messages In This Thread
_output called, but $output is empty - by El Forum - 03-07-2011, 04:11 PM
_output called, but $output is empty - by El Forum - 03-07-2011, 09:40 PM
_output called, but $output is empty - by El Forum - 03-08-2011, 12:02 AM
_output called, but $output is empty - by El Forum - 03-08-2011, 03:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB