News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Returning JSON from a ZF2 controller action
March 29, 2012 @ 08:55:39

In a new post to his blog Rob Allen shows how you can return JSON data directly back from a controller in a Zend Framework 2 application.

The new view layer in Zend Framework 2 can be set up to return JSON rather than rendered HTML relatively easily. [...] Firstly we need to set up the view's JsonStrategy to check to a situation when returning JSON is required and then to render out JSON for us.

This "JsonStrategy" does some of the hard work for you - detecting when the client is requesting a JSON response and looking at the data coming into the view to see if it's JSON. He shows how to implement it in a sample module using the "onBootstrap" module and how to force a return of the JsonModel even when JSON isn't requested (useful for a consistent interface).

0 comments voice your opinion now!
json controller return data jsonmodel viewmodel zendframework2


blog comments powered by Disqus

Similar Posts

Evan Coury's Blog: Module-specific layouts in Zend Framework 2

Riff Blog: Multiple entries with Zend_Config_XML

John Coggeshall's Blog: Alan has smoked too much PHP

PHPImpact Blog: PHPUnit: Testing Zend Framework Controllers

Johannes Schluter's Blog: Jason, let me help you!


Community Events











Don't see your event here?
Let us know!


api series testing composer code example podcast development database introduction unittest opinion language zendframework2 release framework phpunit community interview functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework