Welcome Guest, Not a member yet? Register   Sign In
returning output instead of printing it
#2

[eluser]tonanbarbarian[/eluser]
About 2 thirds down the page is a section Processing Output
Controller
if you create a method in your controller call _output it can be used to override the default display of the output
Code:
function _output($output) {
  $GLOBALS['somevar'] = $output;
} // output


Messages In This Thread
returning output instead of printing it - by El Forum - 01-07-2008, 08:41 PM
returning output instead of printing it - by El Forum - 01-07-2008, 09:34 PM
returning output instead of printing it - by El Forum - 01-07-2008, 10:05 PM
returning output instead of printing it - by El Forum - 01-08-2008, 04:46 AM
returning output instead of printing it - by El Forum - 01-08-2008, 05:08 AM
returning output instead of printing it - by El Forum - 01-08-2008, 05:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB