Welcome Guest, Not a member yet? Register   Sign In
HMVC+Dwoo combination possible?
#2

[eluser]Phil Sturgeon[/eluser]
The Parser will output content to the output buffer when the instance is finished. As you are running two instances of CI, the first instance will most likely run and dump the content to the browser.

Try returning the parsed string instead of outputting it.

Code:
return $this->parser->parse('foo/someview',array('foo' => 'bar'), TRUE);


Messages In This Thread
HMVC+Dwoo combination possible? - by El Forum - 12-10-2010, 08:52 AM
HMVC+Dwoo combination possible? - by El Forum - 12-10-2010, 09:35 AM
HMVC+Dwoo combination possible? - by El Forum - 12-10-2010, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB