News Feed
Jobs Feed
Sections




News Archive
Enrise.com:
REST Style Context Switching - Part 2
January 13, 2011 @ 12:48:57

Joshua Thijssen has written up a new post for the Enrise blog today about using REST-style context switching in Zend Framework applications with the help of a handy "RestContextSwitch" helper.

In the first part of this blog post we've talked about the theory behind REST services. In this post we put the theory into practice with the help of some code snippets you can implement in your own application.

He starts by helping you create a simple REST controller (well, cut-and-pasteable code, really) that can handle multiple output formats/contexts - XML, JSON and HTML. Next up is the helper (Service_Controller_Action_Helper_RestContextSwitch) that's not much different than the normal context switching helper. With that in place he moves on to the plugins - an accept-hander that sets the correct format based on the Accept HTTP header information and a media-format plugin to check "permissions" on the context to see if that type is allowed in that environment.

0 comments voice your opinion now!
rest zendframework context switching html xml json


blog comments powered by Disqus

Similar Posts

Codewalkers.com: Booke Review - Pro PHP XML and Web Services

Zend Developer Zone: Zend_Pdf Tutorial

Ben Ramsey's Blog: NY Thoughts and Zend_View_Helper Notes

Chris Shiflett's Blog: Allowing HTML and Preventing XSS

Zend Developer Zone: Using a Plugin to Integrate Propel with Zend


Community Events











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


tool podcast example phpunit interview zendframework2 release language unittest opinion application testing code series framework introduction functional development conference community

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