News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Adding PUT variables to Request Object in Zend Framework
August 17, 2009 @ 09:48:05

Lorna Mitchell has added a new post to her blog about adding in PUT variables to your Zend Framework Zend_Request object (useful for web services).

Its very simple: I have extended Zend_Controller_Action with my own, and all controllers inherit from here. This has a routeAction() which grabs the incoming variables from a PUT request and sets them as parameters within the usual $this->getRequest() scope, then forwards on the request.

Her example adds a call to the isPut method to check for the PUT request type and, if found, takes in the request values and pushes them back into the action's parameter values. Then the controller can make a call back to the request object to pull in the parameters when needed.

0 comments voice your opinion now!
put zendframework request object


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: An Extra Special Zend Framework Bug Hunt for October 2010

Matthew Weir O'Phinney's Blog: PHP 5's Reflection API

Rob Allen's Blog: Zend_Filter_Input / Zend_Validate Messages

Zend Developer Zone: PHP Abstract Podcast Episode 37: Zend Framework 1.5

IBM developerWorks: Going dynamic with PHP


Community Events











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


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

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