Welcome Guest, Not a member yet? Register   Sign In
[done] Loades view as data and a wrong output
#2

More than likely it's this line in PAGES_Loader->create_view():
$this->page['body']['template'] = $this->view($data['template'], $this->page['body']['elements'], '', TRUE);

You have too many arguments for $this->view(), so it's probably starting the output before you get down to $this->view('page', $this->temp);
Reply


Messages In This Thread
RE: Loades view as data and a wrong output - by mwhitney - 02-19-2015, 12:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB