News Feed
Jobs Feed
Sections




News Archive
Jason Fox:
Use the Accept Header to Set Your Return Data With Zend Framework 2
February 22, 2013 @ 11:42:35

Jason Fox has a recent post to his site about using "Accept" headers in Zend Framework 2 apps to set the format of the return data from a request.

In this article I detail the process by which you can set up your controller actions in Zend Framework 2 to return either the default HTML, or JSON data depending on the "Accept Header" in the request. It incorporates changes related to a security update added since this very helpful article was written, and expands on some of the intricacies of making your web layer objects better "json providers."

His example uses a "ViewJsonStrategy" and the criteria to look for to determine which version to respond with (HTML or JSON) - the Accept header. It uses the JSON encoder/decoder instead of the built-in PHP one to he could use the included "toJson" method to customize the output of the JSON instead of just returning everything.

0 comments voice your opinion now!
accept http header zendframework2 tutorial json


blog comments powered by Disqus

Similar Posts

DevArticles: Learning AJAX

Developer Tutorials: Creating an Online Newsletter with Drupal

Limitless Studios: Determine Number Of Online Users Without A Database

PHPBuilder.com: Building a PHP Calendar

Henrik Bjørnskov's Blog: Travis & Composer sitting in a tree K-I-S-S-I-N-G


Community Events









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


zendframework2 composer framework object code podcast language introduction unittest community interview functional release example development testing api event tool opinion

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