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

Juan Treminio: Unit Testing Tutorial Part V: Mock Methods and Overriding Constructors

Spindrop.us: The Lucene Search Index and symfony

Community News: Zend Framework 1.0.0 RC3 Released

Chris Jones' Blog: Zend Framework .htacess and Multiple Controllers

Mike Naberezny's Blog: Easier XML-RPC for PHP 5


Community Events









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


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

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