Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers
Lorna Mitchell is back with another post in her "Building a RESTful PHP Server" series today with this new post showing how to work with output handlers (her focus is on JSON). So far we've covered...
View ArticleSlawek Lukasiewicz's Blog: New Features in PHP 5.4 - JSON Extension &...
In the first two posts of his "features new to PHP 5.4" series Slawek Lukasiewicz has posted about two things that weren't mentioned very often in most of the 5.4 hit lists - improvements to the JSON...
View ArticleKonr Ness' Blog: Zend_Config Benchmark - JSON, Array, INI, XML, YAML
In this recent post to his blog, Konr Ness has benchmarked the components that the Zend Framework uses to read in different types of configuration files - JSON, native PHP arrays, INI, XML and YAML...
View ArticleRob Allen's Blog: Returning JSON from a ZF2 controller action
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...
View ArticleRob Allen's Blog: Returning JSON using the Accept header in ZF2
In a previous post Rob Allen showed how to return JSON data from a controller in a Zend Framework 2 application. In this new post he shows how to use the "Accepts" header from the client to do the...
View ArticleMichael Nitschinger's Blog: Handling JSON like a boss in PHP
Michael Nitschinger has a new post to his blog about JSON handling in PHP and how to work with it "like a boss". There are already lots of tutorials out there on handling JSON with PHP, but most of...
View ArticleLorna Mitchell's Blog: Fetching Your Talks from the Joind.In API
If you're a speaker (or even if you're not and just want to play with the API) and have information on Joind.in, Lorna Mitchell has a quick way you can pull you information from the site into an easy...
View ArticleBob Majdak: Apache access logging in JSON format
Bob Majdak has a quick new post to his site showing you how to log messages to Apache using a JSON format instead of the usual single-line information. So this past week I have been doing a lot of...
View ArticleMichael Nitschinger: Benchmarking Cache Transcoders in PHP
Michael Nitschinger has written up a new post comparing a few different methods for serializing or translating objects to store them in a cache. In it, he compares the PHP serializer, the igbinary...
View ArticleJason Fox: Use the Accept Header to Set Your Return Data With Zend Framework 2
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...
View Article