Jump to content

Recommended Posts

Posted
  On 8/22/2015 at 10:53 PM, naja7host said:

 

just decode the ouput by json .

 

something like

echo $this->outputAsJson($this->view->fetch("your_view_file"));

o by var

$this->outputAsJson($response);

??

The method outputAsJson() doesn't exist?

If I return json string instead of a view, the main view is yet builded.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...